Class AutoLabelActionList
Provides design-time support for the AutoLabel control by exposing properties in the designer.
Inherited Members
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()