Class GroupBarItemStyleInfo
Represents the class to define the style for items used in GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class GroupBarItemStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GroupBarItemStyleInfo()
It contains the value of the GroupBarItemStyleInfo property.
Declaration
public GroupBarItemStyleInfo()
GroupBarItemStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GroupBarItemStyleInfo class.
Declaration
public GroupBarItemStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GroupBarItemStyleInfoStore. |
GroupBarItemStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GroupBarItemStyleInfo class.
Declaration
public GroupBarItemStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GroupBarItemStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the item border color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the item border color.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of GroupBarItemStyleInfo instance.
Declaration
public static GroupBarItemStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GroupBarItemStyleInfo |
Font
Gets or sets the System.Drawing.Font value of the items.
Declaration
[ThemeStudio]
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color of the item text.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SortIconColor
Gets or sets the sort icon fill color.
Declaration
[ThemeStudio]
public Color SortIconColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the GroupBarItemStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |