Class PathFigure
Inheritance
System.Object
PathFigure
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
public class PathFigure : Object
Constructors
Initialise the new instance of the Path figure.
Declaration
Properties
Declaration
public bool IsClosed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsFilled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object[] Items { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
Declaration
public string StartPoint { get; set; }
Property Value
Type |
Description |
System.String |
|