Orient Enum
Orient enumeration
Specifies the orientation of the marker relative to the shape it is attached to.
public enum Orient
Values
Name | Value | Description |
---|---|---|
Auto | 0 | The marker is oriented in such a way that it points in the direction of the path. |
AutoStartReverse | 1 | The marker is oriented in the reverse direction of the path’s start. |
Remarks
The ‘orient’ attribute in SVG markers determines how the marker is oriented when it is placed at its position on the shape. This enum provides options for setting the orientation behavior of markers.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG