[]
        
(Showing Draft Content)

C1.WPF.ArcSegmentDef

ArcSegmentDef Class

Keeps arc segment definition properties which can be used in xaml to draw the ArcSegment.

Inheritance
ArcSegmentDef
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class ArcSegmentDef : INotifyPropertyChanged

Constructors

Name Description
ArcSegmentDef()

Properties

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.

Events

Name Description
PropertyChanged

Occurs when a property value changes.