Class ToggleButtonSliderStyleInfoStore
Provides storage for the ToggleButtonSliderStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToggleButtonSliderStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ToggleButtonSliderStyleInfoStore()
Initializes a new instance of the ToggleButtonSliderStyleInfoStore class.
Declaration
public ToggleButtonSliderStyleInfoStore()
ToggleButtonSliderStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ToggleButtonSliderStyleInfoStore class from a serialization stream.
Declaration
protected ToggleButtonSliderStyleInfoStore(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
ActiveSliderBackColorProperty
Provides information about the ActiveSliderBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveSliderBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveSliderHoverBackColorProperty
Provides information about the ActiveSliderHoverBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveSliderHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
CornerRadiusProperty
Provides information about the Syncfusion.Windows.Forms.Tools.ToggleButtonSliderStyleInfo.CornerRadius property.
Declaration
public static readonly StyleInfoProperty CornerRadiusProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveSliderBackColorProperty
Provides information about the InActiveSliderBackColor property.
Declaration
public static readonly StyleInfoProperty InActiveSliderBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveSliderHoverBackColorProperty
Provides information about the InActiveSliderHoverBackColor property.
Declaration
public static readonly StyleInfoProperty InActiveSliderHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SliderBorderColorProperty
Provides information about the SliderBorderColor property.
Declaration
public static readonly StyleInfoProperty SliderBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SliderDisabledBackColorProperty
Provides information about the SliderDisabledBackColor property.
Declaration
public static readonly StyleInfoProperty SliderDisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SliderDisabledBorderColorProperty
Provides information about the SliderDisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty SliderDisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SliderHoverBorderColorProperty
Provides information about the SliderHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty SliderHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |