Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextContentElement Class / LengthAdjust Property

In This Topic
    LengthAdjust Property
    In This Topic
    Gets or sets a value indicating whether the glyphs themselves should be stretched or compressed in addition to the advance values.
    Syntax
    'Declaration
     
    Public Property LengthAdjust As System.Nullable(Of SvgLengthAdjust)
    public System.Nullable<SvgLengthAdjust> LengthAdjust {get; set;}
    See Also