Enum Orient
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the orientation of the marker relative to the shape it is attached to.
[ComVisible(true)]
public enum Orient
Fields
Auto = 0
The marker is oriented in such a way that it points in the direction of the path.
When set to ‘auto’, the marker adjusts its orientation automatically based on the direction of the path at the point where it is attached.
AutoStartReverse = 1
The marker is oriented in the reverse direction of the path’s start.
When set to ‘auto-start-reverse’, the marker is oriented in the reverse direction at the start of the path, providing a mirrored orientation compared to ‘auto’.
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.