Spread Silverlight Documentation
FontSchemeCategory Enumeration


Defines the font scheme, if any, to which this font belongs
Syntax
'Declaration
 
Public Enum FontSchemeCategory 
   Inherits System.Enum
'Usage
 
Dim instance As FontSchemeCategory
public enum FontSchemeCategory : System.Enum 
Members
MemberDescription
MajorThis font is the major font for this theme.
MinorThis font is the minor font for this theme.
NinchedThis font is in Ninched state.
NoneThis font is not a theme font.
Remarks
When a font definition is part of a theme definition, then the font is categorized as either a major or minor font scheme component. When a new theme is chosen, every font that is part of a theme definition is updated to use the new major or minor font definition for that theme. Usually major fonts are used for styles like headings, and minor fonts are used for body and paragraph text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.FontSchemeCategory

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.