Class AutoLabelActionList
Inheritance
System.Object
AutoLabelActionList
Assembly: Syncfusion.Shared.Base.dll
public class AutoLabelActionList : SyncActionListBase<AutoLabel>
Constructors
Declaration
public AutoLabelActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool AutoSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int DX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int DY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Gap { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Control LabeledControl { get; set; }
Property Value
Type |
Description |
System.Windows.Forms.Control |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public AutoLabelPosition Position { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.AutoLabel>.InitializeActionList()