Class GroupBarVisualStyle
Represents the class to define the style for GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupBarVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GroupBarVisualStyle()
Initializes a new instance of the GroupBarVisualStyle class.
Declaration
public GroupBarVisualStyle()
GroupBarVisualStyle(GroupBarStyleInfoIdentity)
Initializes a new instance of the GroupBarVisualStyle class.
Declaration
public GroupBarVisualStyle(GroupBarStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
GroupBarStyleInfoIdentity | identity | A GroupBarStyleInfoIdentity that holds the identity for this GroupBarStyleInfoStore. |
GroupBarVisualStyle(GroupBarStyleInfoIdentity, GroupBarStyleInfoStore)
Initializes a new instance of the GroupBarVisualStyle class.
Declaration
public GroupBarVisualStyle(GroupBarStyleInfoIdentity identity, GroupBarStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
GroupBarStyleInfoIdentity | identity | A GroupBarStyleInfoIdentity that holds the identity for this GroupBarStyleInfoStore. |
GroupBarStyleInfoStore | store | Holds instance of a GroupBarStyleInfoStore class |
GroupBarVisualStyle(GroupBarStyleInfoStore)
Initializes a new instance of the GroupBarVisualStyle class.
Declaration
public GroupBarVisualStyle(GroupBarStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
GroupBarStyleInfoStore | store | Holds instance of a GroupBarStyleInfoStore class. |
Properties
BackColor
Gets or sets the System.Drawing.Color value used to draw the background of the
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the background of the control. The default value is null. |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the
Declaration
[ThemeStudio(true)]
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the control. The default value is null. |
BorderThickness
Gets or sets the int value used to draw the border thickness of the
Declaration
[ThemeStudio(true)]
public int BorderThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The int value is used to draw the border of the control. The default value is null. |
CollapsedViewStyle
Gets or sets style for collapsed state container of the
Declaration
public CollapsedViewGroupBarStyleInfo CollapsedViewStyle { get; set; }
Property Value
Type |
---|
CollapsedViewGroupBarStyleInfo |
DefaultStyle
Gets the default style value for the
Declaration
public static GroupBarVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
GroupBarVisualStyle |
ItemStyle
Gets or sets style for
Declaration
public GroupBarItemStyleInfo ItemStyle { get; set; }
Property Value
Type |
---|
GroupBarItemStyleInfo |
StackedViewStyle
Gets or sets style for stack mode container of the
Declaration
public StackedViewGroupBarStyleInfo StackedViewStyle { get; set; }
Property Value
Type |
---|
StackedViewGroupBarStyleInfo |
ToolTipStyle
Gets or sets style for collapsed state container of the
Declaration
public ToolTipStyleInfo ToolTipStyle { get; set; }
Property Value
Type |
---|
ToolTipStyleInfo |
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
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |