Class RadialSliderStyleInfoStore
Represents a class that Provides storage for the RadialSliderVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialSliderStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
RadialSliderStyleInfoStore()
Initializes a new instance of the RadialSliderStyleInfoStore class.
Declaration
public RadialSliderStyleInfoStore()
RadialSliderStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the RadialSliderStyleInfoStore class from a serialization stream.
Declaration
protected RadialSliderStyleInfoStore(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 |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledFillColorProperty
Provides information about the DisabledFillColor property.
Declaration
public static readonly StyleInfoProperty DisabledFillColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledFrameBorderColorProperty
Provides information about the DisabledFrameBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledFrameBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledInnerCircleColorProperty
Provides information about the DisabledInnerCircleColor property.
Declaration
public static readonly StyleInfoProperty DisabledInnerCircleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledLabelForeColorProperty
Provides information about the DisabledLabelForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledLabelForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledNeedleColorProperty
Provides information about the DisabledNeedleColor property.
Declaration
public static readonly StyleInfoProperty DisabledNeedleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledOuterCircleColorProperty
Provides information about the DisabledOuterCircleColor property.
Declaration
public static readonly StyleInfoProperty DisabledOuterCircleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledTickColorProperty
Provides information about the DisabledTickColor property.
Declaration
public static readonly StyleInfoProperty DisabledTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FillColorProperty
Provides information about the FillColor property.
Declaration
public static readonly StyleInfoProperty FillColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FrameBorderColorProperty
Provides information about the FrameBorderColor property.
Declaration
public static readonly StyleInfoProperty FrameBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FrameBorderThicknessProperty
Provides information about the FrameBorderThickness property.
Declaration
public static readonly StyleInfoProperty FrameBorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerCircleColorProperty
Provides information about the InnerCircleColor property.
Declaration
public static readonly StyleInfoProperty InnerCircleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerCircleThicknessProperty
Provides information about the InnerCircleThickness property.
Declaration
public static readonly StyleInfoProperty InnerCircleThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
LabelFontProperty
Provides information about the LabelFont property.
Declaration
public static readonly StyleInfoProperty LabelFontProperty
Field Value
Type |
---|
StyleInfoProperty |
LabelForeColorProperty
Provides information about the LabelForeColor property.
Declaration
public static readonly StyleInfoProperty LabelForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NeedleColorProperty
Provides information about the NeedleColor property.
Declaration
public static readonly StyleInfoProperty NeedleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NeedleThicknessProperty
Provides information about the NeedleThickness property.
Declaration
public static readonly StyleInfoProperty NeedleThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
OuterCircleColorProperty
Provides information about the OuterCircleColor property.
Declaration
public static readonly StyleInfoProperty OuterCircleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
OuterCircleThicknessProperty
Provides information about the OuterCircleThickness property.
Declaration
public static readonly StyleInfoProperty OuterCircleThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowLabelProperty
Provides information about the ShowLabel property.
Declaration
public static readonly StyleInfoProperty ShowLabelProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowSliderLabelProperty
Provides information about the ShowSliderLabel property.
Declaration
public static readonly StyleInfoProperty ShowSliderLabelProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowTickProperty
Provides information about the ShowTick property.
Declaration
public static readonly StyleInfoProperty ShowTickProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowValueProperty
Provides information about the ShowValue property.
Declaration
public static readonly StyleInfoProperty ShowValueProperty
Field Value
Type |
---|
StyleInfoProperty |
TickColorProperty
Provides information about the TickColor property.
Declaration
public static readonly StyleInfoProperty TickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the RadialSliderStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |