Class ProgressBarCellStyleInfoStore
Implements the data store for the ProgressBarCellStyleInfoStore object.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class ProgressBarCellStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ProgressBarCellStyleInfoStore()
Initializes a new instance of the ProgressBarCellStyleInfoStore class.
Declaration
public ProgressBarCellStyleInfoStore()
ProgressBarCellStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ProgressBarCellStyleInfoStore class.
Declaration
protected ProgressBarCellStyleInfoStore(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
AllowBackgroundSegmentsProperty
Provides information about the AllowBackgroundSegments property.
Declaration
public static readonly StyleInfoProperty AllowBackgroundSegmentsProperty
Field Value
Type |
---|
StyleInfoProperty |
AllowForegroundSegmentsProperty
Provides information about the AllowForegroundSegments property.
Declaration
public static readonly StyleInfoProperty AllowForegroundSegmentsProperty
Field Value
Type |
---|
StyleInfoProperty |
BackgroundColorProperty
Provides information about the BackgroundColor property.
Declaration
public static readonly StyleInfoProperty BackgroundColorProperty
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 |
FitGradientColorsToProgressBarProperty
Provides information about the FitGradientColorsToProgressBar property.
Declaration
public static readonly StyleInfoProperty FitGradientColorsToProgressBarProperty
Field Value
Type |
---|
StyleInfoProperty |
FitImageToProgressBarProperty
Provides information about the FitImageToProgressBar property.
Declaration
public static readonly StyleInfoProperty FitImageToProgressBarProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForegroundColorProperty
Provides information about the ForegroundColor property.
Declaration
public static readonly StyleInfoProperty ForegroundColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForegroundImageProperty
Provides information about the ForegroundImage property.
Declaration
public static readonly StyleInfoProperty ForegroundImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ForegroundStyleProperty
Provides information about the ForegroundStyle property.
Declaration
public static readonly StyleInfoProperty ForegroundStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientBackgroundEndColorProperty
Provides information about the GradientBackgroundEndColor property.
Declaration
public static readonly StyleInfoProperty GradientBackgroundEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientBackgroundStartColorProperty
Provides information about the GradientBackgroundStartColor property.
Declaration
public static readonly StyleInfoProperty GradientBackgroundStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientForegroundEndColorProperty
Provides information about the GradientForegroundEndColor property.
Declaration
public static readonly StyleInfoProperty GradientForegroundEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientForegroundStartColorProperty
Provides information about the GradientForegroundStartColor property.
Declaration
public static readonly StyleInfoProperty GradientForegroundStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MultipleGradientBackgroundColorsProperty
Provides information about the MultipleGradientBackgroundColors property.
Declaration
public static readonly StyleInfoProperty MultipleGradientBackgroundColorsProperty
Field Value
Type |
---|
StyleInfoProperty |
MultipleGrandientForegroundColorsProperty
Provides information about the MultipleGradientForegroundColors property.
Declaration
public static readonly StyleInfoProperty MultipleGrandientForegroundColorsProperty
Field Value
Type |
---|
StyleInfoProperty |
OrientationProperty
Provides information about the Orientation property.
Declaration
public static readonly StyleInfoProperty OrientationProperty
Field Value
Type |
---|
StyleInfoProperty |
ProgressTextColorProperty
Provides information about the ProgressTextColor property.
Declaration
public static readonly StyleInfoProperty ProgressTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SegmentWidthProperty
Provides information about the SegmentWidth property.
Declaration
public static readonly StyleInfoProperty SegmentWidthProperty
Field Value
Type |
---|
StyleInfoProperty |
TextAlignmentProperty
Provides information about the TextAlignment property.
Declaration
public static readonly StyleInfoProperty TextAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
TextColorProperty
Provides information about the TextColor property.
Declaration
public static readonly StyleInfoProperty TextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeBackgroundEndColorProperty
Provides information about the TubeBackgroundEndColor property.
Declaration
public static readonly StyleInfoProperty TubeBackgroundEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeBackgroundStartColorProperty
Provides information about the TubeBackgroundStartColor property.
Declaration
public static readonly StyleInfoProperty TubeBackgroundStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeForegroundEndColorProperty
Provides information about the TubeForegroundEndColor property.
Declaration
public static readonly StyleInfoProperty TubeForegroundEndColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TubeForegroundStartColorProperty
Provides information about the TubeForegroundStartColor property.
Declaration
public static readonly StyleInfoProperty TubeForegroundStartColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to gets the static data.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Overridden to create the exact copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Returns the copied object. |