Class
BezierSegment

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<PathSegment>PathSegmentBezierSegment

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

BezierSegment()

Declaration

cs-api-definition
public BezierSegment()

Fields

Point1Property

Declaration

cs-api-definition
public static AutomationProperty Point1Property

Field Value

AutomationProperty

Point2Property

Declaration

cs-api-definition
public static AutomationProperty Point2Property

Field Value

AutomationProperty

Point3Property

Declaration

cs-api-definition
public static AutomationProperty Point3Property

Field Value

AutomationProperty

Properties

Point1

Declaration

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

Property Value

Point

Point2

Declaration

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

Property Value

Point

Point3

Declaration

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

Property Value

Point

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides PathSegment.GetRealType()