ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleConst Enumeration

In This Topic
    StyleConst Enumeration
    In This Topic
    Named style constants of System.Int32 type.
    Syntax
    'Declaration
     
    Public Enum StyleConst 
       Inherits System.Enum
    public enum StyleConst : System.Enum 
    Members
    MemberDescription
    CheckBoxSizeWidth and height of the check box mark area.
    ContentAreaHeightHeight of the tab content area.
    ExpandedGalleryHeightHeight of a RibbonGallery when it is expanded in RibbonGroup.
    ExpandedGalleryPaddingTop and bottom padding of an expanded RibbonGallery.
    FormButtonHeightWindow buttons height.
    FormButtonOffsetYThe offset of windows buttons from the Form top border.
    FormButtonWidthWindow buttons width.
    FormIconOffsetXX-coordinate of the form icon.
    FormIconOffsetYY-coordinate of the form icon.
    FormTextOffsetXX-coordinate of the window caption (without C1Ribbon).
    FormTextOffsetYY-coordinate of the window caption.
    FormTitleHeightWindow title height (with and without C1Ribbon).
    GalleryButtonWidthThe width of scrolling and drop-down buttons displayed in expanded RibbonGallery.
    GripPanelHeightThe height of the menu resizing gripper area.
    GroupButtonBoxSizeWidth and height of the box with group image.
    ItemSeparatorWidthThe width of a vertical line displayed as separator between ribbon elements.
    LargeItemHeightThe height of large vertical ribbon buttons and menus (with 32x32 images).
    LargeMenuSeparatorLeftPaddingSpacing before the horizontal line displayed as large menu item separator.
    MdiChildButtonWidthThe width of buttons on the ConfigToolBar when an MDI child window is maximized.
    MenuSeparatorLeftPaddingSpacing before the horizontal line displayed as menu item separator.
    NoneValue used as default for StyleConst enumeration.
    ProgressBarPaddingThe value of horizontal and vertical padding of the bar showing progress.
    QatIndentThe width of a separator between the QAT and form icon (and the 'Customize QAT' button).
    QatItemHeightThe height of items on the Quick Access Toolbar.
    SizingGripAreaWidthForm resizing grip area width.
    SmallItemHeightThe height of small buttons and other elements in a ribbon group.
    StackScrollButtonHeightThe height of a stack scroll button ('hot scrolling' menu area).
    StatusBarAreaSeparatorWidthThe width of the area that separates left and right panels on C1StatusBar.
    StatusBarHeightThe height of C1StatusBar control.
    StatusBarSeparatorHorizontalPaddingLeft and right padding of a RibbonSeparator element on C1StatusBar.
    StatusBarSeparatorVerticalPaddingTop and bottom padding of a RibbonSeparator element on C1StatusBar.
    StatusBarSeparatorWidthThe width of RibbonSeparator element on C1StatusBar.
    TabAreaHeightThe height of a tab header.
    TabGroupBottomPaddingSpacing below the tab group caption (for better alignment).
    TabGroupTopLineHeightThe height of colored line at the top of a contextual tab group.
    TooltipGradientSpecifies a background gradient for tooltips.
    TrackBarThumbHeightThe height of the track bar thumb.
    TrackBarThumbWidthThe width of the track bar thumb.
    TrackBarTickHeightThe height of the tick marks.
    TrackBarTickWidthThe width of the tick marks.
    WatermarkOpacityThe opacity level (from 0 to 100) used for an image assigned to the WatermarkImage property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Ribbon.StyleConst

    See Also