Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThemeFont Enumeration


In This Topic
    ThemeFont Enumeration
    In This Topic
    Represents the theme font within the theme. The theme font consists of a pair of major and minor fonts for which to used in a document.
    Syntax
    'Declaration
     
    
    Public Enum ThemeFont 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ThemeFont
    public enum ThemeFont : System.Enum 
    Members
    MemberDescription
    MajorMajor Font.
    MinorMinor Font.
    NoneDo not use any theme font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ThemeFont

    See Also