ArcSegment
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class ArcSegment : PathSegment, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<PathSegment>PathSegmentArcSegment
Implements:
Inherited Members
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 double RotationAngle { get; set; }
C#
[DataMember]
public SweepDirection SweepDirection { get; set; }