Class PolyBezierSegment
Inheritance
System.Object
PolyBezierSegment
Namespace: Syncfusion.XPS
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class PolyBezierSegment : Object
Constructors
PolyBezierSegment()
Initialise the new instance of the Poly bezier segment.
Declaration
public PolyBezierSegment()
Properties
IsStroked
Declaration
public bool IsStroked { get; set; }
Property Value
Type |
---|
System.Boolean |
Points
Declaration
public string Points { get; set; }
Property Value
Type |
---|
System.String |