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

In This Topic
    FontFamily Property
    In This Topic
    Gets or sets a value specifying the font family.
    Syntax
    'Declaration
     
    Public Property FontFamily As System.Collections.Generic.List(Of SvgFontFamily)
    public System.Collections.Generic.List<SvgFontFamily> FontFamily {get; set;}
    See Also