Class ArcSegment
Represents arc segment.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ArcSegment : PathSegment
Constructors
ArcSegment()
Properties
IsLargeArc
Gets or sets the is large arc.
Declaration
public bool IsLargeArc { get; set; }
Property Value
System.Boolean
The is large arc. |
Point
Gets or sets the point.
Declaration
public Point Point { get; set; }
Property Value
System.Windows.Point
The point. |
RadiusX
Gets or sets the radius X.
Declaration
public double RadiusX { get; set; }
Property Value
System.Double
The radius X. |
RadiusY
Gets or sets the radius Y.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
The radius Y. |
RotationAngle
Gets or sets the x-axis rotation angle.
Declaration
public double RotationAngle { get; set; }
Property Value
System.Double
The x-axis rotation angle. |
SweepDirection
Gets or sets the sweep direction.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection
The sweep direction. |