Class
PathFigure

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class PathFigure : AutomationObject<PathFigure>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<PathFigure>PathFigure

Implements: IAutomationPeerIPeerConverter

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

Constructors

PathFigure()

Declaration

cs-api-definition
public PathFigure()

Fields

IsClosedProperty

Declaration

cs-api-definition
public static AutomationProperty IsClosedProperty

Field Value

AutomationProperty

IsFilledProperty

Declaration

cs-api-definition
public static AutomationProperty IsFilledProperty

Field Value

AutomationProperty

SegmentsProperty

Declaration

cs-api-definition
public static AutomationProperty SegmentsProperty

Field Value

AutomationProperty

StartPointProperty

Declaration

cs-api-definition
public static AutomationProperty StartPointProperty

Field Value

AutomationProperty

Properties

IsClosed

Declaration

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

Property Value

bool

IsFilled

Declaration

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

Property Value

bool

Segments

Declaration

cs-api-definition
[DataMember]
public List<PathSegment> Segments { get; set; }

Property Value

List<PathSegment>

StartPoint

Declaration

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

Property Value

Point

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<PathFigure>.GetRealType()