Draw


xmlns="http://schemas.microsoft.com/client/2007"


ObjectXamljssample
Line
<Line
    X1="Double"
    Y1="Double"
    X2="Double"
    Y2="Double"
    Stroke="Brush"
    StrokeThickness="Double"
Canvas.Left="Double"
Canvas.Top="Double"
/>
Rectangle
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Ellipse
<Ellipse
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
Canvas.Left="Double"
Canvas.Top="Double"
/>
Canvas
<Canvas
Canvas.Left="Double"
Canvas.Top="Double"


/>
Glyphs
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Image
<Image
    Source="string"
    Width="Double"
    Height="Double"
/>
InkPresenter
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
MediaElement
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Path
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Polygon
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Polyline
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
Shape
<Rectangle
    Width="Double"
    Height="Double"
    Stroke="Brush"
    StrokeThickness="Double"
    Fill="Brush"
/>
TextBlock
<TextBlock
    Text="string"
 FontSize="Double"
 FontFamily="string"
 Foreground="Brush"
Canvas.Left="Double"
Canvas.Top="Double"
/>
Memo
FontSizeのデフォルト="14.666"