[]
Keeps arc segment definition properties which can be used in xaml to draw the ArcSegment.
public class ArcSegmentDef : INotifyPropertyChanged
| Name | Description |
|---|---|
| ArcSegmentDef() |
| Name | Description |
|---|---|
| EndPoint | Gets or sets the endpoint of the elliptical arc. |
| Size | Gets or sets the x-radius and y-radius of the arc as a Size structure. |
| StartPoint | Gets or sets the start point of the elliptical arc. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |