Class ProgressBarAdvVisualStyle
Represents the class to define the style of ProgressBarAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProgressBarAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ProgressBarAdvVisualStyle()
Initializes a new instance of the ProgressBarAdvVisualStyle class.
Declaration
public ProgressBarAdvVisualStyle()
ProgressBarAdvVisualStyle(ProgressBarAdvStyleInfoIdentity)
Initializes a new instance of the ProgressBarAdvVisualStyle class.
Declaration
public ProgressBarAdvVisualStyle(ProgressBarAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ProgressBarAdvStyleInfoIdentity | identity | A ProgressBarAdvStyleInfoIdentity that holds the identity for this ProgressBarAdvStyleInfoStore. |
Properties
BackColor
Gets or sets the background color of the ProgressBarAdv control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the ProgressBarAdv control in the default state.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderThickness
Gets or sets an integer value that describes the thickness of ProgressBarAdv border.
Declaration
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
DefaultStyle
Gets the default ProgressBarAdvStyleInfo value.
Declaration
public static ProgressBarAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
ProgressBarAdvVisualStyle |
DisabledBackColor
Gets or sets the background color of the ProgressBarAdv control in the disabled state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the border color used to draw the border of the ProgressBarAdv control in the disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledFillColor
Gets or sets the progress fill color used to draw the progress rectangle of the ProgressBarAdv control in the disabled state.
Declaration
[ThemeStudio]
public Color DisabledFillColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the foreground color value used to draw the text of the ProgressBarAdv control to in the disabled state.
Declaration
[ThemeStudio]
public Color DisabledForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FillColor
Gets or sets the progress fill color value used to draw the progress rectangle of the ProgressBarAdv control.
Declaration
[ThemeStudio]
public Color FillColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FillPadding
Gets or sets an interger integer value that describes the amount of space between a progress rectangle and its element border.
Declaration
public int FillPadding { get; set; }
Property Value
Type |
---|
System.Int32 |
Font
Gets or sets System.Drawing.Font used to draw the progress value of the ProgressBarAdv control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color used to draw the progress value of the ProgressBarAdv control.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the ProgressBarAdvVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |