Class StackedViewGroupBarStyleInfo
Represents the class to define the style for stacked mode of GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class StackedViewGroupBarStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StackedViewGroupBarStyleInfo()
Initializes a new instance of the StackedViewGroupBarStyleInfo class.
Declaration
public StackedViewGroupBarStyleInfo()
StackedViewGroupBarStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the StackedViewGroupBarStyleInfo class.
Declaration
public StackedViewGroupBarStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StackedViewGroupBarStyleInfoIdentity that holds the identity for this StackedViewGroupBarStyleInfoStore. |
StackedViewGroupBarStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the StackedViewGroupBarStyleInfo class.
Declaration
public StackedViewGroupBarStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StackedViewGroupBarStyleInfoIdentity that holds the identity for this StackedViewGroupBarStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
CollapseButtonStyle
Gets or sets style for collapse/expand button of the stacked mode GroupBar control.
Declaration
public GroupBarCollapseButtonStyleInfo CollapseButtonStyle { get; set; }
Property Value
Type |
---|
GroupBarCollapseButtonStyleInfo |
CollapsedItemsPanelBackColor
Gets or sets the collapse panel backcolor color value of the stack mode GroupBar control.
Declaration
[ThemeStudio(true)]
public Color CollapsedItemsPanelBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CollapsedItemStyle
Gets or sets style for collapsed GroupBarItem of the stacked mode GroupBar control.
Declaration
public GroupBarItemStyleInfo CollapsedItemStyle { get; set; }
Property Value
Type |
---|
GroupBarItemStyleInfo |
DefaultStyle
Gets the default style value for the stacked mode of GroupBar> control.
Declaration
public static StackedViewGroupBarStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
StackedViewGroupBarStyleInfo |
HeaderBackColor
Gets or sets the header background color of the stack mode GroupBar control.
Declaration
[ThemeStudio(true)]
public Color HeaderBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HeaderFont
Gets or sets the System.Drawing.Font value of the header of stack mode GroupBar control.
Declaration
public Font HeaderFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
HeaderForeColor
Gets or sets the header foreground color of the GroupBar control.
Declaration
[ThemeStudio(true)]
public Color HeaderForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
OptionButtonStyle
Gets or sets style for option button of the stacked mode GroupBar control.
Declaration
public GroupBarOptionButtonStyleInfo OptionButtonStyle { get; set; }
Property Value
Type |
---|
GroupBarOptionButtonStyleInfo |
SplitterBackColor
Gets or sets the background color of the splitter of stack mode GroupBar.
Declaration
[ThemeStudio(true)]
public Color SplitterBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterForeColor
Gets or sets the foreground color of the splitter of stack mode GroupBar.
Declaration
[ThemeStudio(true)]
public Color SplitterForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the StackedViewGroupBarStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |