 | FS_PATHPOINTFFlags Property |
Gets the type of the point in the path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PathPointFlags Flags { get; set; }
Public Property Flags As PathPointFlags
Get
Set
public:
property PathPointFlags Flags {
PathPointFlags get ();
void set (PathPointFlags value);
}
member Flags : PathPointFlags with get, set
/** @property */
public PathPointFlags get_Flags()
/** @property */
public void set_Flags(PathPointFlags value)
function get_Flags();
function set_Flags(value);
Property Value
PathPointFlags
See Also