Class OXPSArcSegment
Inheritance
System.Object
OXPSArcSegment
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class OXPSArcSegment : Object
Constructors
OXPSArcSegment()
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 OXPSSweepDirection SweepDirection { get; set; }
Property Value