Class ArcSegment
Inheritance
System.Object
ArcSegment
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class ArcSegment : Object
Constructors
ArcSegment()
Initialise the new instance of the Arc segment.
Declaration
Properties
IsLargeArc
Declaration
public bool IsLargeArc { get; set; }
Property Value
IsStroked
Declaration
public bool IsStroked { get; set; }
Property Value
Point
Declaration
public string Point { get; set; }
Property Value
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
Size
Declaration
public string Size { get; set; }
Property Value
SweepDirection
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value