alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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