Class GridProgressBarInfoStore
Implements the data store for the GridProgressBarInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridProgressBarInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GridProgressBarInfoStore()
Initializes a new instance for GridProgressBarInfoStore class.
Declaration
public GridProgressBarInfoStore()
Fields
BackGradientEndColorProperty
Provides information about the BackGradientEndColor property.
Declaration
public static readonly StyleInfoProperty BackGradientEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackGradientStartColorProperty
Provides information about the BackGradientStartColor property.
Declaration
public static readonly StyleInfoProperty BackGradientStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundFallbackStyleProperty
Provides information about the BackgroundFallbackStyle property.
Declaration
public static readonly StyleInfoProperty BackgroundFallbackStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundImageProperty
Provides information about the BackgroundImage property.
Declaration
public static readonly StyleInfoProperty BackgroundImageProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundStyleProperty
Provides information about the BackgroundStyle property.
Declaration
public static readonly StyleInfoProperty BackgroundStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
BackMultipleColorsProperty
Provides information about the BackMultipleColors property.
Declaration
public static readonly StyleInfoProperty BackMultipleColorsProperty
Field Value
Type |
---|
StyleInfoProperty |
BackSegmentsProperty
Provides information about the BackSegments property.
Declaration
public static readonly StyleInfoProperty BackSegmentsProperty
Field Value
Type |
---|
StyleInfoProperty |
BackTubeEndColorProperty
Provides information about the BackTubeEndColor property.
Declaration
public static readonly StyleInfoProperty BackTubeEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackTubeStartColorProperty
Provides information about the BackTubeStartColor property.
Declaration
public static readonly StyleInfoProperty BackTubeStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontColorProperty
Provides information about the FontColor property.
Declaration
public static readonly StyleInfoProperty FontColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForegroundImageProperty
Provides information about the ForegroundImage property.
Declaration
public static readonly StyleInfoProperty ForegroundImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeSegmentsProperty
Provides information about the ForeSegments property.
Declaration
public static readonly StyleInfoProperty ForeSegmentsProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientEndColorProperty
Provides information about the GradientEndColor property.
Declaration
public static readonly StyleInfoProperty GradientEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientStartColorProperty
Provides information about the GradientStartColor property.
Declaration
public static readonly StyleInfoProperty GradientStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MaximumProperty
Provides information about the Maximum property.
Declaration
public static readonly StyleInfoProperty MaximumProperty
Field Value
Type |
---|
StyleInfoProperty |
MinimumProperty
Provides information about the Minimum property.
Declaration
public static readonly StyleInfoProperty MinimumProperty
Field Value
Type |
---|
StyleInfoProperty |
MultipleColorsProperty
Provides information about the MultipleColors property.
Declaration
public static readonly StyleInfoProperty MultipleColorsProperty
Field Value
Type |
---|
StyleInfoProperty |
ProgressFallbackStyleProperty
Provides information about the ProgressFallbackStyle property.
Declaration
public static readonly StyleInfoProperty ProgressFallbackStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ProgressOrientationProperty
Provides information about the ProgressOrientation property.
Declaration
public static readonly StyleInfoProperty ProgressOrientationProperty
Field Value
Type |
---|
StyleInfoProperty |
ProgressStyleProperty
Provides information about the ProgressStyle property.
Declaration
public static readonly StyleInfoProperty ProgressStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ProgressValueProperty
Provides information about the ProgressValue property.
Declaration
public static readonly StyleInfoProperty ProgressValueProperty
Field Value
Type |
---|
StyleInfoProperty |
SegmentWidthProperty
Provides information about the SegmentWidth property.
Declaration
public static readonly StyleInfoProperty SegmentWidthProperty
Field Value
Type |
---|
StyleInfoProperty |
StepProperty
Provides information about the Step property.
Declaration
public static readonly StyleInfoProperty StepProperty
Field Value
Type |
---|
StyleInfoProperty |
StretchImageProperty
Provides information about the StretchImage property.
Declaration
public static readonly StyleInfoProperty StretchImageProperty
Field Value
Type |
---|
StyleInfoProperty |
StretchMultGradProperty
Provides information about the StretchMultGrad property.
Declaration
public static readonly StyleInfoProperty StretchMultGradProperty
Field Value
Type |
---|
StyleInfoProperty |
TextOrientationProperty
Provides information about the TextOrientation property.
Declaration
public static readonly StyleInfoProperty TextOrientationProperty
Field Value
Type |
---|
StyleInfoProperty |
TextShadowProperty
Provides information about the TextShadow property.
Declaration
public static readonly StyleInfoProperty TextShadowProperty
Field Value
Type |
---|
StyleInfoProperty |
TextStyleProperty
Provides information about the TextStyle property.
Declaration
public static readonly StyleInfoProperty TextStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
TextVisibleProperty
Provides information about the TextVisible property.
Declaration
public static readonly StyleInfoProperty TextVisibleProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeEndColorProperty
Provides information about the TubeEndColor property.
Declaration
public static readonly StyleInfoProperty TubeEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeStartColorProperty
Provides information about the TubeStartColor property.
Declaration
public static readonly StyleInfoProperty TubeStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |