Class GalleryStyleInfoStore
Provides storage for the GalleryStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class GalleryStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GalleryStyleInfoStore()
Initializes a new instance of the GalleryStyleInfoStore class.
Declaration
public GalleryStyleInfoStore()
GalleryStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the GalleryStyleInfoStore class from a serialization stream.
Declaration
protected GalleryStyleInfoStore(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 |
CheckedItemBackColorProperty
Provides information about the CheckedItemBackColor property.
Declaration
public static readonly StyleInfoProperty CheckedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemBackColorProperty
Provides information about the HoverItemBackColor property.
Declaration
public static readonly StyleInfoProperty HoverItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverScrollBarBackColorProperty
Provides information about the HoverScrollBarBackColor property.
Declaration
public static readonly StyleInfoProperty HoverScrollBarBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverScrollBarBorderColorProperty
Provides information about the HoverScrollBarBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverScrollBarBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverScrollButtonBackColorProperty
Provides information about the HoverScrollButtonBackColor property.
Declaration
public static readonly StyleInfoProperty HoverScrollButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverScrollButtonBorderColorProperty
Provides information about the HoverScrollButtonBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverScrollButtonBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemBackColorProperty
Provides information about the ItemBackColor property.
Declaration
public static readonly StyleInfoProperty ItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemForeColorProperty
Provides information about the ItemForeColor property.
Declaration
public static readonly StyleInfoProperty ItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemBackColorProperty
Provides information about the PressedItemBackColor property.
Declaration
public static readonly StyleInfoProperty PressedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollBarBackColorProperty
Provides information about the ScrollBarBackColor property.
Declaration
public static readonly StyleInfoProperty ScrollBarBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollBarBorderColorProperty
Provides information about the ScrollBarBorderColor property.
Declaration
public static readonly StyleInfoProperty ScrollBarBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollButtonBackColorProperty
Provides information about the ScrollButtonBackColor property.
Declaration
public static readonly StyleInfoProperty ScrollButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollButtonBorderColorProperty
Provides information about the ScrollButtonBorderColor property.
Declaration
public static readonly StyleInfoProperty ScrollButtonBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |