Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / DefaultSansSerifFonts Property

In This Topic
    DefaultSansSerifFonts Property
    In This Topic
    Gets the default list of font names belonging to the SansSerif font family.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property DefaultSansSerifFonts As System.Collections.Generic.List(Of String)
    public static System.Collections.Generic.List<string> DefaultSansSerifFonts {get;}
    See Also