Class MetroArrowColorTable
Represents the metro color table for collapse or expand button.
Inheritance
System.Object
MetroArrowColorTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MetroArrowColorTable
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 |