New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public BezierSegment()

Fields

C#
public static AutomationProperty Point1Property
C#
public static AutomationProperty Point2Property
C#
public static AutomationProperty Point3Property

Properties

C#
[DataMember]
public Point Point1 { get; set; }
C#
[DataMember]
public Point Point2 { get; set; }
C#
[DataMember]
public Point Point3 { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: PathSegment.GetRealType()