Class ButtonStyleInfoStore
Provides storage for the ButtonVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Controls.Styles
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public class ButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ButtonStyleInfoStore()
Initializes a new instance of the ButtonStyleInfoStore class.
Declaration
public ButtonStyleInfoStore()
ButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ButtonStyleInfoStore class from a serialization stream.
Declaration
protected ButtonStyleInfoStore(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 |
BorderProperty
Provides information about the Border property.
Declaration
public static readonly StyleInfoProperty BorderProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderProperty
Provides information about the DisabledBorder property.
Declaration
public static readonly StyleInfoProperty DisabledBorderProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledGradientBrushProperty
Provides information about the DisabledGradientBrush property.
Declaration
public static readonly StyleInfoProperty DisabledGradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledImageForeColorProperty
Provides information about the DisabledImageForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledImageForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledImageProperty
Provides information about the DisabledImage property.
Declaration
public static readonly StyleInfoProperty DisabledImageProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusdForeColorProperty
Provides information about the FocusedForeColor property.
Declaration
public static readonly StyleInfoProperty FocusdForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBackColorProperty
Provides information about the FocusedBackColor property.
Declaration
public static readonly StyleInfoProperty FocusedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderProperty
Provides information about the FocusedBorder property.
Declaration
public static readonly StyleInfoProperty FocusedBorderProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedGradientBrushProperty
Provides information about the FocusedGradientBrush property.
Declaration
public static readonly StyleInfoProperty FocusedGradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedImageForeColorProperty
Provides information about the FocusedImageForeColor property.
Declaration
public static readonly StyleInfoProperty FocusedImageForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedImageProperty
Provides information about the FocusedImage property.
Declaration
public static readonly StyleInfoProperty FocusedImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientBrushProperty
Provides information about the GradientBrush property.
Declaration
public static readonly StyleInfoProperty GradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBorderProperty
Provides information about the HoverBorder property.
Declaration
public static readonly StyleInfoProperty HoverBorderProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverForeColorProperty
Provides information about the HoverForeColor property.
Declaration
public static readonly StyleInfoProperty HoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverGradientBrushProperty
Provides information about the HoverGradientBrush property.
Declaration
public static readonly StyleInfoProperty HoverGradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverImageForeColorProperty
Provides information about the HoverImageForeColor property.
Declaration
public static readonly StyleInfoProperty HoverImageForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverImageProperty
Provides information about the HoverImage property.
Declaration
public static readonly StyleInfoProperty HoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageForeColorProperty
Provides information about the ImageForeColor property.
Declaration
public static readonly StyleInfoProperty ImageForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageProperty
Provides information about the Image property.
Declaration
public static readonly StyleInfoProperty ImageProperty
Field Value
Type |
---|
StyleInfoProperty |
PaddingProperty
Provides information about the Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Padding property.
Declaration
public static readonly StyleInfoProperty PaddingProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBorderProperty
Provides information about the PressedBorder property.
Declaration
public static readonly StyleInfoProperty PressedBorderProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForeColorProperty
Provides information about the PressedForeColor property.
Declaration
public static readonly StyleInfoProperty PressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedGradientBrushProperty
Provides information about the PressedGradientBrush property.
Declaration
public static readonly StyleInfoProperty PressedGradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedImageForeColorProperty
Provides information about the PressedImageForeColor property.
Declaration
public static readonly StyleInfoProperty PressedImageForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedImageProperty
Provides information about the PressedImage property.
Declaration
public static readonly StyleInfoProperty PressedImageProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |