Class GroupBarOptionButtonStyleInfo
Represents the class to define the style for GroupBarOptionButton present in GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupBarOptionButtonStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GroupBarOptionButtonStyleInfo()
Initializes a new instance of the GroupBarOptionButtonStyleInfo class.
Declaration
public GroupBarOptionButtonStyleInfo()
GroupBarOptionButtonStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GroupBarOptionButtonStyleInfo class.
Declaration
public GroupBarOptionButtonStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A GroupBarOptionButtonStyleInfoIdentity that holds the identity for this GroupBarOptionButtonStyleInfoStore. |
GroupBarOptionButtonStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GroupBarOptionButtonStyleInfo class.
Declaration
public GroupBarOptionButtonStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A GroupBarOptionButtonStyleInfoIdentity that holds the identity for this GroupBarOptionButtonStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the option button background color value of the stack mode GroupBar control.
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the GroupBarOptionButton present in GroupBar control.
Declaration
public static GroupBarOptionButtonStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GroupBarOptionButtonStyleInfo |
ForeColor
Gets or sets the option button foreground color value of the stack mode GroupBar control.
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the option button background color value of the stack mode GroupBar control in hover state.
Declaration
[ThemeStudio(true)]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the option button foreground color value of the stack mode GroupBar control in hover state.
Declaration
[ThemeStudio(true)]
public Color HoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the GroupBarOptionButtonStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |