TGML Elliptical Chord: <Chord>
Chord defines an elliptical chord. Chord is similar to Pie and Arc.
Attribute | Type | Description |
---|---|---|
Center |
Point |
The center point of the ellipse. |
Fill |
Brush |
Specifies how the interior of the shape is painted. |
Opacity |
Double |
A value between "0.0" (transparent) and "1.0" (opaque) |
RadiusX |
Double |
The horizontal radius of the ellipse. |
RadiusY |
Double |
The vertical radius of the ellipse. |
StartAngle |
Double |
Specifies the angle between the x axis and the starting point of the arc. |
SweepAngle |
Double |
Specifies the angle between the starting and ending points of the arc. |
Stroke |
Brush |
Describes how the line is painted. |
StrokeDashArray |
Array of Double |
The pattern of dashes and gaps used to outline shapes: |
StrokeWidth |
Double |
The width of the outline of a line. |
Visibility | Visibility |
Specifies if the element is visible or not. |