OXPSArcSegment Class
Inheritance
System.Object
OXPSArcSegment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class OXPSArcSegment
Constructors
OXPSArcSegment()
Declaration
public OXPSArcSegment()
Properties
IsLargeArc
Declaration
public bool IsLargeArc { get; set; }
Property Value
Type |
---|
System.Boolean |
IsStroked
Declaration
public bool IsStroked { get; set; }
Property Value
Type |
---|
System.Boolean |
Point
Declaration
public string Point { get; set; }
Property Value
Type |
---|
System.String |
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
Type |
---|
System.Double |
Size
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
SweepDirection
Declaration
public OXPSSweepDirection SweepDirection { get; set; }
Property Value
Type |
---|
OXPSSweepDirection |