Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / BuiltInThemes Enumeration


In This Topic
    BuiltInThemes Enumeration
    In This Topic
    Represents all built-in themes.
    Syntax
    'Declaration
     
    
    Public Enum BuiltInThemes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BuiltInThemes
    public enum BuiltInThemes : System.Enum 
    Members
    MemberDescription
    BandedThe Banded theme.
    BasisThe Basis theme.
    BerlinThe Berlin theme.
    CircuitThe Circuit theme.
    DamaskThe Damask theme.
    DefaultThe default theme.
    DividendThe Dividend theme.
    DropletThe Droplet theme.
    FacetThe Facet theme.
    FrameThe Frame theme.
    GalleryThe Gallery theme.
    Gallery2The 2nd Gallery theme.
    IntegralThe Integral theme.
    IonThe Ion theme.
    IonBoardroomThe IonBoardroom theme.
    MainEventThe MainEvent theme.
    MeshThe Mesh theme.
    MetropolitanThe Metropolitan theme.
    Office2013The Office 2013 - 2022 theme.
    OrganicThe Organic theme.
    ParallaxThe Parallax theme.
    ParcelThe Parcel theme.
    QuotableThe Quotable theme.
    RetrospectThe Retrospect theme.
    SavonThe Savon theme.
    SlateThe Slate theme.
    SliceThe Slice theme.
    VaporTrailThe VaporTrail theme.
    ViewThe View theme.
    WispThe Wisp theme.
    WoodTypeThe WoodType theme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.BuiltInThemes

    See Also