alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved