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