Class RatingControlActionList
RatingControlActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RatingControlActionList : SyncActionListBase<RatingControl>
Constructors
RatingControlActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public RatingControlActionList(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | Represents component |
Properties
ItemsCount
Gets or sets the shapecount
Declaration
public int ItemsCount { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
OfficeColorScheme
Gets or sets the Officecolor scheme.
Declaration
public OfficeColorSchemes OfficeColorScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| OfficeColorSchemes | The Officecolor scheme. |
Shape
Gets or sets the Shape.
Declaration
public Shapes Shape { get; set; }
Property Value
| Type | Description |
|---|---|
| Shapes | Shape. |
Style
Gets or sets the visual style.
Declaration
public RatingControl.Styles Style { get; set; }
Property Value
| Type | Description |
|---|---|
| RatingControl.Styles | The style. |
Value
Gets or sets the value
Declaration
public float Value { get; set; }
Property Value
| Type |
|---|
| System.Single |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RatingControl>.InitializeActionList()