Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconSetType Enumeration


In This Topic
    IconSetType Enumeration
    In This Topic
    Specifies the icon set.
    Syntax
    'Declaration
     
    Public Enum IconSetType 
       Inherits System.Enum
    'Usage
     
    Dim instance As IconSetType
    public enum IconSetType : System.Enum 
    Members
    MemberDescription
    FiveArrowsColoredSpecifies five colored arrows.
    FiveArrowsGraySpecifies five gray arrows.
    FiveBoxesSpecifies five boxes.
    FiveQuartersSpecifies five quarters.
    FiveRatingsSpecifies five ratings.
    FourArrowsColoredSpecifies four colored arrows.
    FourArrowsGraySpecifies four gray arrows.
    FourRatingsSpecifies four ratings.
    FourRedToBlackSpecifies four red to black.
    FourTrafficLightsSpecifies five traffic lights.
    ThreeArrowsColoredSpecifies three colored arrows.
    ThreeArrowsGraySpecifies three gray arrows.
    ThreeFlagsSpecifies three flags.
    ThreeSignsSpecifies three signs.
    ThreeStarsSpecifies three stars.
    ThreeSymbolsCircledSpecifies three symbols (circled).
    ThreeSymbolsUncircledSpecifies three symbols (uncircled).
    ThreeTrafficLightsRimmedSpecifies three traffic lights (rimmed).
    ThreeTrafficLightsUnrimmedSpecifies three traffic lights (unrimmed).
    ThreeTrianglesSpecifies three trangles.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.IconSetType

    See Also