Class BarStyleInfo
Used to provide support custom color option.
Inheritance
System.Object
BarStyleInfo
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.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 |
|---|
| System.Drawing.Color |
FillStyle
Gets or sets the fill style is gradient or solid.
Declaration
public FillStyle FillStyle { get; set; }
Property Value
| Type |
|---|
| FillStyle |
GradientFillColor1
Gets or sets the CustomLinearGradiant color.
Declaration
public Color GradientFillColor1 { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
GradientFillColor2
Gets or sets the CustomLinearGradiant color.
Declaration
public Color GradientFillColor2 { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
SolidFillColor
/// Gets or sets the SolidBrushcolor.
Declaration
public Color SolidFillColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |