Summary
Provides the base class for shape elements, such as Ellipse, Polygon, and Rectangle.
Syntax
public class Shape : ControlBase
Members
Name | Type | Summary |
---|---|---|
FillColor | Property | Gets or sets the fill color. |
Shape | Method | Initializes a new instance of the Shape class. |
Stretch | Property | Gets or sets the stretch value. |
StrokeColor | Property | Gets or sets the stroke color. |
StrokeDashArray | Property | Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes. |
StrokeDashCap | Property | Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn. |
StrokeDashOffset | Property | Gets or sets a Double that specifies the distance within the dash pattern where a dash begins. |
StrokeEndLineCap | Property | Gets or sets the shape at the end of a line. |
StrokeLineJoin | Property | Gets or sets the shape that joins two lines. |
StrokeMiterLimit | Property | Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element. |
StrokeStartLineCap | Property | Gets or sets the shape at the beginning of a line. |
StrokeThickness | Property | Gets or sets the stroke thickness. |