Class LabelItem
Represents the label for the color groups in the ColorPickerUIAdv.
Inheritance
System.Object
LabelItem
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class LabelItem : Object
Constructors
LabelItem(ColorUIAdvGroup)
Initialize a new instance of the LabelItem class.
Declaration
public LabelItem(ColorUIAdvGroup group)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorUIAdvGroup | group | The color group. |
Properties
Dock
Gets the dock style.
Declaration
public DockStyle Dock { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.DockStyle |
Size
Gets or sets the size value.
Declaration
public Size Size { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Size |