menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MetroArrowColorTable - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved