| Object | Xaml | js | sample | |
| Line |
<Line
X1="Double"
Y1="Double"
X2="Double"
Y2="Double"
Stroke="Brush"
StrokeThickness="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 | <Canvas |
|||
| 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" |
Memo FontSizeのデフォルト="14.666" |