New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public ArcSegment()

Fields

C#
public static AutomationProperty IsLargeArcProperty
C#
public static AutomationProperty PointProperty
C#
public static AutomationProperty RotationAngleProperty
C#
public static AutomationProperty SizeProperty
C#
public static AutomationProperty SweepDirectionProperty

Properties

C#
[DataMember]
public bool IsLargeArc { get; set; }
C#
[DataMember]
public Point Point { get; set; }
C#
[DataMember]
public double RotationAngle { get; set; }
C#
[DataMember]
public Size Size { get; set; }
C#
[DataMember]
public SweepDirection SweepDirection { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: PathSegment.GetRealType()