Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / TextOrientation Property

In This Topic
    TextOrientation Property
    In This Topic
    Gets or sets the orientation of text in vertical typographic modes.
    Syntax
    'Declaration
     
    Public Property TextOrientation As System.Nullable(Of SvgTextOrientation)
    public System.Nullable<SvgTextOrientation> TextOrientation {get; set;}
    See Also