Class GradientLabelActionList
Inheritance
System.Object
GradientLabelActionList
Assembly: Syncfusion.Tools.Windows.dll
public class GradientLabelActionList : SyncActionListBase<GradientLabel>
Constructors
Declaration
public GradientLabelActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public Image Image { get; set; }
Property Value
Type |
System.Drawing.Image |
Declaration
public ContentAlignment ImageAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
Declaration
public string Name { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextAlign
Declaration
public ContentAlignment TextAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
Declaration
public bool UseMnemonic { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.GradientLabel>.InitializeActionList()