In This Topic
Gets or sets a value indicating how the marker is rotated when it is placed at its position on the shape.
Syntax
'Declaration
Public Property OrientAngle As System.Nullable(Of SvgAngle)
public System.Nullable<SvgAngle> OrientAngle {get; set;}
See Also