Class
ArcSegment

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class ArcSegment : PathSegment, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<PathSegment>PathSegmentArcSegment

Implements: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<PathSegment>.GetProperty(AutomationProperty)AutomationObject<PathSegment>.GetProperty(AutomationProperty, object)AutomationObject<PathSegment>.SetProperty(AutomationProperty, object)AutomationObject<PathSegment>.InvokeMethod(AutomationMethod, params object[])AutomationObject<PathSegment>.InvokeMethod(string, params object[])AutomationObject<PathSegment>.Serialize()AutomationObject<PathSegment>.Deserialize(string)AutomationObject<PathSegment>.AssignReference(AutomationReference)AutomationObject<PathSegment>.ToRealObject()AutomationObject<PathSegment>.FromRealObject(object)AutomationObject<PathSegment>.ReferenceAutomationObject<PathSegment>.PropertyBag

Constructors

ArcSegment()

Declaration

cs-api-definition
public ArcSegment()

Fields

IsLargeArcProperty

Declaration

cs-api-definition
public static AutomationProperty IsLargeArcProperty

Field Value

AutomationProperty

PointProperty

Declaration

cs-api-definition
public static AutomationProperty PointProperty

Field Value

AutomationProperty

RotationAngleProperty

Declaration

cs-api-definition
public static AutomationProperty RotationAngleProperty

Field Value

AutomationProperty

SizeProperty

Declaration

cs-api-definition
public static AutomationProperty SizeProperty

Field Value

AutomationProperty

SweepDirectionProperty

Declaration

cs-api-definition
public static AutomationProperty SweepDirectionProperty

Field Value

AutomationProperty

Properties

IsLargeArc

Declaration

cs-api-definition
[DataMember]
public bool IsLargeArc { get; set; }

Property Value

bool

Point

Declaration

cs-api-definition
[DataMember]
public Point Point { get; set; }

Property Value

Point

RotationAngle

Declaration

cs-api-definition
[DataMember]
public double RotationAngle { get; set; }

Property Value

double

Size

Declaration

cs-api-definition
[DataMember]
public Size Size { get; set; }

Property Value

Size

SweepDirection

Declaration

cs-api-definition
[DataMember]
public SweepDirection SweepDirection { get; set; }

Property Value

SweepDirection

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides PathSegment.GetRealType()