Class LabelItem
Represents the label for the color groups in the ColorPickerUIAdv.
Inheritance
System.Object
LabelItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class LabelItem
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 |