Class GroupBarStyleInfoStore
Represents the class which provides storage for the GroupBarVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupBarStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GroupBarStyleInfoStore()
Initializes a new instance of the GroupBarStyleInfoStore class.
Declaration
public GroupBarStyleInfoStore()
GroupBarStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the GroupBarStyleInfoStore class from a serialization stream.
Declaration
protected GroupBarStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
CollapsedViewStyleProperty
Provides information about the CollapsedViewStyle property.
Declaration
public static readonly StyleInfoProperty CollapsedViewStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemStyleProperty
Provides information about the ItemStyle property.
Declaration
public static readonly StyleInfoProperty ItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
StackedViewStyleProperty
Provides information about the StackedViewStyle property.
Declaration
public static readonly StyleInfoProperty StackedViewStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ToolTipStyleProperty
Provides information about the ToolTipStyle property.
Declaration
public static readonly StyleInfoProperty ToolTipStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the GroupBarStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |