alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AutoLabelActionList

    Provides design-time support for the AutoLabel control by exposing properties in the designer.

    Inheritance
    System.Object
    SyncActionListBase<AutoLabel>
    AutoLabelActionList
    Inherited Members
    SyncActionListBase<AutoLabel>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<AutoLabel>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<AutoLabel>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<AutoLabel>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<AutoLabel>.Control
    SyncActionListBase<AutoLabel>.GetProperty(String)
    SyncActionListBase<AutoLabel>.GetSortedActionItems()
    SyncActionListBase<AutoLabel>.GetValue(String)
    SyncActionListBase<AutoLabel>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class AutoLabelActionList : SyncActionListBase<AutoLabel>

    Constructors

    AutoLabelActionList(IComponent)

    Initializes a new instance of the AutoLabelActionList class.

    Declaration
    public AutoLabelActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    The component associated with the action list.

    Properties

    AutoSize

    Gets or sets a value indicating whether the AutoLabel automatically resizes.

    Declaration
    public bool AutoSize { get; set; }
    Property Value
    Type
    System.Boolean

    DX

    Gets or sets the horizontal distance between the AutoLabel and its labeled control.

    Declaration
    public int DX { get; set; }
    Property Value
    Type
    System.Int32

    DY

    Gets or sets the vertical distance between the AutoLabel and its labeled control.

    Declaration
    public int DY { get; set; }
    Property Value
    Type
    System.Int32

    Gap

    Gets or sets the gap used when computing the relative position of the AutoLabel.

    Declaration
    public int Gap { get; set; }
    Property Value
    Type
    System.Int32

    LabeledControl

    Gets or sets the control that is labeled by the AutoLabel.

    Declaration
    public Control LabeledControl { get; set; }
    Property Value
    Type
    System.Windows.Forms.Control

    Name

    Gets or sets the name of the AutoLabel control.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Position

    Gets or sets the relative position of the AutoLabel with respect to the labeled control.

    Declaration
    public AutoLabelPosition Position { get; set; }
    Property Value
    Type
    AutoLabelPosition

    Text

    Gets or sets the text displayed in the AutoLabel control.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Methods

    InitializeActionList()

    Initializes the designer action list with categorized properties for the AutoLabel control.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.AutoLabel>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved