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

In This Topic
    Lang Property (SvgElement)
    In This Topic
    Gets or sets the primary language for the element's contents and for any of the element's attributes that contain text.
    Syntax
    'Declaration
     
    Public Property Lang As System.String
    public System.string Lang {get; set;}
    See Also