Class ProgressBarAdvActionLists
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProgressBarAdvActionLists : SyncActionListBase<ProgressBarAdv>
Constructors
ProgressBarAdvActionLists(IComponent)
Initializes a new instance of the ClockActionList class.
Declaration
public ProgressBarAdvActionLists(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | Represents component |
Properties
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
Style
Gets or sets the Progressbar style.
Declaration
public ProgressBarStyles Style { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgressBarStyles | The style. |
Textalignment
Gets or sets the Text style.
Declaration
public TextAlignment Textalignment { get; set; }
Property Value
| Type | Description |
|---|---|
| TextAlignment | The style. |
Textorientation
Gets or sets the Text orientation.
Declaration
public Orientation Textorientation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Forms.Orientation | The style. |
Textstyle
Gets or sets the Text style.
Declaration
public ProgressBarTextStyles Textstyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgressBarTextStyles | The style. |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ProgressBarAdv>.InitializeActionList()