Class RadialGaugeStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class RadialGaugeStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
RadialGaugeStyleInfoStore()
Initializes a new instance of the RadialGaugeStyleInfoStore class.
Declaration
public RadialGaugeStyleInfoStore()
RadialGaugeStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the RadialGaugeStyleInfoStore class.
Declaration
protected RadialGaugeStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
ArcColorProperty
Provides information about the ArcColor property.
Declaration
public static readonly StyleInfoProperty ArcColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArcThicknessProperty
Provides information about the ArcThickness property.
Declaration
public static readonly StyleInfoProperty ArcThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundGradientEndColorProperty
Provides information about the BackgroundGradientEndColor property.
Declaration
public static readonly StyleInfoProperty BackgroundGradientEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundGradientStartColorProperty
Provides information about the BackgroundGradientStartColor property.
Declaration
public static readonly StyleInfoProperty BackgroundGradientStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FillColorProperty
Provides information about the FillColor property.
Declaration
public static readonly StyleInfoProperty FillColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerFrameGradientEndColorProperty
Provides information about the InnerFrameGradientEndColor property.
Declaration
public static readonly StyleInfoProperty InnerFrameGradientEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerFrameGradientStartColorProperty
Provides information about the InnerFrameGradientStartColor property.
Declaration
public static readonly StyleInfoProperty InnerFrameGradientStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerFrameThicknessProperty
Provides information about the InnerFrameThickness property.
Declaration
public static readonly StyleInfoProperty InnerFrameThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
InnerTickMarkColorProperty
Provides information about the InnerTickMarkColor property.
Declaration
public static readonly StyleInfoProperty InnerTickMarkColorProperty
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 |
MajorTickMarkColorProperty
Provides information about the MajorTickMarkColor property.
Declaration
public static readonly StyleInfoProperty MajorTickMarkColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MinorTickMarkColorProperty
Provides information about the MinorTickMarkColor property.
Declaration
public static readonly StyleInfoProperty MinorTickMarkColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NeedleColorProperty
Provides information about the NeedleColor property.
Declaration
public static readonly StyleInfoProperty NeedleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
OuterFrameGradientEndColorProperty
Provides information about the OuterFrameGradientEndColor property.
Declaration
public static readonly StyleInfoProperty OuterFrameGradientEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
OuterFrameGradientStartColorProperty
Provides information about the OuterFrameGradientStartColor property.
Declaration
public static readonly StyleInfoProperty OuterFrameGradientStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScaleLabelForeColorProperty
Provides information about the ScaleLabelForeColor property.
Declaration
public static readonly StyleInfoProperty ScaleLabelForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowBackgroundFrameProperty
Provides information about the ShowBackgroundFrame property.
Declaration
public static readonly StyleInfoProperty ShowBackgroundFrameProperty
Field Value
Type |
---|
StyleInfoProperty |
ValueFontProperty
Provides information about the ValueFont property.
Declaration
public static readonly StyleInfoProperty ValueFontProperty
Field Value
Type |
---|
StyleInfoProperty |
ValueForeColorProperty
Provides information about the ValueForeColor property.
Declaration
public static readonly StyleInfoProperty ValueForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |