WinForms

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

    Show / Hide Table of Contents

    Class LabelItem

    Represents the label for the color groups in the ColorPickerUIAdv.

    Inheritance
    System.Object
    LabelItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Forms.DockStyle

    Size

    Gets or sets the size value.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved