Class
PolyLineSegment

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<PathSegment>PathSegmentPolyLineSegment

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

PolyLineSegment()

Declaration

cs-api-definition
public PolyLineSegment()

Fields

PointsProperty

Declaration

cs-api-definition
public static AutomationProperty PointsProperty

Field Value

AutomationProperty

Properties

Points

Declaration

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

Property Value

List<Point>

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides PathSegment.GetRealType()