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

In This Topic
    WritingMode Property
    In This Topic
    Gets or sets a value specifying whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
    Syntax
    'Declaration
     
    Public Property WritingMode As System.Nullable(Of SvgWritingMode)
    public System.Nullable<SvgWritingMode> WritingMode {get; set;}
    See Also