Class BulletGraphStyleInfoStore
Provides storage for the BulletGraphVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.BulletGraph
Assembly: Syncfusion.BulletGraph.Windows.dll
Syntax
public class BulletGraphStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
BulletGraphStyleInfoStore()
Initializes a new instance of the BulletGraphStyleInfoStore class.
Declaration
public BulletGraphStyleInfoStore()
BulletGraphStyleInfoStore(SerializationInfo, StreamingContext)
Declaration
protected BulletGraphStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Fields
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionColorProperty
Provides information about the CaptionColor property.
Declaration
public static readonly StyleInfoProperty CaptionColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ComparativeMeasureSymbolColorProperty
Provides information about the ComparativeMeasureSymbolColor property.
Declaration
public static readonly StyleInfoProperty ComparativeMeasureSymbolColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ComparativeMeasureSymbolThicknessProperty
Provides information about the ComparativeMeasureSymbolThickness property.
Declaration
public static readonly StyleInfoProperty ComparativeMeasureSymbolThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
FeaturedMeasuredSymbolColorProperty
Provides information about the FeaturedMeasuredSymbolColor property.
Declaration
public static readonly StyleInfoProperty FeaturedMeasuredSymbolColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FeaturedMeasuredSymbolThicknessProperty
Provides information about the FeaturedMeasuredSymbolThickness property.
Declaration
public static readonly StyleInfoProperty FeaturedMeasuredSymbolThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
FontSizeProperty
Provides information about the FontSize property.
Declaration
public static readonly StyleInfoProperty FontSizeProperty
Field Value
Type |
---|
StyleInfoProperty |
LabelColorProperty
Provides information about the LabelColor property.
Declaration
public static readonly StyleInfoProperty LabelColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MajorTickColorProperty
Provides information about the MajorTickColor property.
Declaration
public static readonly StyleInfoProperty MajorTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MajorTickThicknessProperty
Provides information about the MajorTickThickness property.
Declaration
public static readonly StyleInfoProperty MajorTickThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
MinorTickColorProperty
Provides information about the MinorTickColor property.
Declaration
public static readonly StyleInfoProperty MinorTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MinorTickThicknessProperty
Provides information about the MinorTickThickness property.
Declaration
public static readonly StyleInfoProperty MinorTickThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
RangeColorProperty
Provides information about the RangeColor property.
Declaration
public static readonly StyleInfoProperty RangeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
RangeStyleProperty
Provides information about the RangeStyle property.
Declaration
public static readonly StyleInfoProperty RangeStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the BulletGraphStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |