| SVGPathSegPathSegType Property |
The type of the path segment as specified by one of the constants defined on this interface.
Namespace: Aspose.Svg.PathsAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic ushort PathSegType { get; }Public ReadOnly Property PathSegType As UShort
Get
public:
property unsigned short PathSegType {
unsigned short get ();
}member PathSegType : uint16 with get
Property Value
Type:
UInt16
The type of the path segment.
See Also