Version

Style Property (GridPaletteRow)

Gets or sets the style of the row.
Syntax
'Declaration
 
Public Property Style As GridPaletteRowStyle
public GridPaletteRowStyle Style {get; set;}
Remarks

The Style of the row determines how the row will be displayed.

The default is GridPaletteRowStyle.ColorWells. In this style, the row will display color wells as defined by the array of colors on the row. These can be accessed via the row's indexer.

In GridPaletteRowStyle.SingleColorButton style, the row will ignore the colors in the array and instead display as a single button with one one color as defined by the SingleRowButtonColor property and some text as specified by the SingleRowButtonText property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also