Class
LineGeometry

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class LineGeometry : Geometry, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Geometry>GeometryLineGeometry

Implements: IAutomationPeerIPeerConverter

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

Constructors

LineGeometry()

Declaration

cs-api-definition
public LineGeometry()

Fields

EndPointProperty

Declaration

cs-api-definition
public static AutomationProperty EndPointProperty

Field Value

AutomationProperty

StartPointProperty

Declaration

cs-api-definition
public static AutomationProperty StartPointProperty

Field Value

AutomationProperty

Properties

EndPoint

Declaration

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

Property Value

Point

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 Geometry.GetRealType()