Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPickerItem Class / ColorsPerRow Property

In This Topic
    ColorsPerRow Property (RibbonColorPickerItem)
    In This Topic
    Gets or sets the number of color elements that should be displayed per row.
    Syntax
    'Declaration
     
    
    Public Property ColorsPerRow As Integer
    public int ColorsPerRow {get; set;}
    See Also