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
Declaration
public int DX { get; set; }
Property Value
Declaration
public int DY { get; set; }
Property Value
Declaration
public int Gap { get; set; }
Property Value
Declaration
public Control LabeledControl { get; set; }
Property Value
Type |
System.Windows.Forms.Control |
Declaration
public string Name { get; set; }
Property Value
Declaration
public AutoLabelPosition Position { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.AutoLabel>.InitializeActionList()