4.788 Shape
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Shape, IInputElement | |
Shape | |
Ellipse Line Path Polygon Polyline Rectangle | |
(usage) |
None. |
(description) |
A base type for vector shapes. |
[is default constructible] |
false |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Fill |
Brush |
(description) |
The Brush that specifies how the shape's interior is painted. |
Stretch |
Stretch |
(description) |
A Stretch enumeration value that describes how the shape fills its allocated space. |
Stroke |
Brush |
(description) |
The Brush that specifies how the Shape outline is painted. |
StrokeDashArray |
DoubleCollection |
(description) |
A collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes. |
StrokeDashCap |
PenLineCap |
(description) |
A PenLineCap enumeration value that specifies how the ends of a dash are drawn. |
StrokeDashOffset |
x:Double |
(description) |
A Double that specifies the distance within the dash pattern where a dash begins. |
StrokeEndLineCap |
PenLineCap |
(description) |
A PenLineCap enumeration value that describes the Shape at the end of a line. |
StrokeLineJoin |
PenLineJoin |
(description) |
A PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape. |
StrokeMiterLimit |
x:Double |
(description) |
A limit on the ratio of the miter length to half the StrokeThickness of a Shape element. |
StrokeStartLineCap |
PenLineCap |
(description) |
A PenLineCap enumeration value that describes the Shape at the start of a Stroke. |
StrokeThickness |
x:Double |
(description) |
The width of the Shape outline. |
[text syntax] |
LengthSyntax |