Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMarkerElement Class / OrientAngle Property

In This Topic
    OrientAngle Property
    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