Class MetroArrowColorTable
Represents the metro color table for collapse or expand button.
Inheritance
System.Object
MetroArrowColorTable
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MetroArrowColorTable : Object
Constructors
MetroArrowColorTable()
Initializes a new instance of the MetroArrowColorTable class.
Declaration
public MetroArrowColorTable()
Properties
ArrowHovered
Gets or sets the MetroPlusMinus Arrow color in hover state.
Declaration
public Color ArrowHovered { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ArrowNormal
Gets or sets the MetroPlusMinus Arrow color in normal state.
Declaration
public Color ArrowNormal { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ArrowPushed
Gets or sets the MetroPlusMinus Arrow color in pressed state.
Declaration
public Color ArrowPushed { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |