Class ArcSegment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ArcSegment : PathSegment, IAutomationPeer, IPeerConverter
Constructors
ArcSegment()
Declaration
public ArcSegment()
Fields
IsLargeArcProperty
PointProperty
RotationAngleProperty
SizeProperty
SweepDirectionProperty
Properties
IsLargeArc
Declaration
public bool IsLargeArc { get; set; }
Property Value
System.Boolean
|
Point
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
System.Double
|
Size
SweepDirection
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|