WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarStyleInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarStyleInfo

    Used to provide support custom color option.

    Inheritance
    System.Object
    BarStyleInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class BarStyleInfo

    Constructors

    BarStyleInfo()

    Initialize the new instance for BarStyleInfoclass.

    Declaration
    public BarStyleInfo()

    Properties

    BorderColor

    Gets or Sets the border color for dataBar rule.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    FillStyle

    Gets or sets the fill style is gradient or solid.

    Declaration
    public FillStyle FillStyle { get; set; }
    Property Value
    Type Description
    FillStyle

    GradientFillColor1

    Gets or sets the CustomLinearGradiant color.

    Declaration
    public Color GradientFillColor1 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    GradientFillColor2

    Gets or sets the CustomLinearGradiant color.

    Declaration
    public Color GradientFillColor2 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SolidFillColor

    /// Gets or sets the SolidBrushcolor.

    Declaration
    public Color SolidFillColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved