Class RadialGaugeVisualStyle
Represents the class to define the style of RadialGauge control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class RadialGaugeVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
RadialGaugeVisualStyle()
Initializes a new instance of the RadialGaugeVisualStyle class.
Declaration
public RadialGaugeVisualStyle()
RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity)
Initializes a new instance of the RadialGaugeVisualStyle class.
Declaration
public RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| RadialGaugeStyleInfoIdentity | identity | A RadialGaugeStyleInfoIdentity that holds the identity for this RadialGaugeStyleInfoStore. |
RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the RadialGaugeVisualStyle class.
Declaration
public RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity identity, StyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| RadialGaugeStyleInfoIdentity | identity | A RadialGaugeStyleInfoIdentity that holds the identity for this RadialGaugeStyleInfoStore. |
| StyleInfoStore | store | The store. |
Properties
ArcColor
Gets or sets the color used to draw the inner arc in RadialGauge.
Declaration
[ThemeStudio]
public Color ArcColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ArcThickness
Gets or sets a value that specifies the thickness to draw the arc in RadialGauge.
Declaration
[ThemeStudio]
public float ArcThickness { get; set; }
Property Value
| Type |
|---|
| System.Single |
BackgroundGradientEndColor
Gets or sets the end color which is used to draw the background of RadialGauge
Declaration
[ThemeStudio]
public Color BackgroundGradientEndColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
BackgroundGradientStartColor
Gets or sets the start color which is used to draw the background of RadialGauge
Declaration
[ThemeStudio]
public Color BackgroundGradientStartColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
DefaultStyle
Gets the default RadialGaugeStyleInfo value.
Declaration
public static RadialGaugeVisualStyle DefaultStyle { get; }
Property Value
| Type |
|---|
| RadialGaugeVisualStyle |
FillColor
Gets or sets the color used to fill the gauge arc based on the current value of the RadialGauge.
Declaration
[ThemeStudio]
public Color FillColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
InnerFrameGradientEndColor
Gets or sets the end color which is used to draw the InnerFrame of RadialGauge
Declaration
[ThemeStudio]
public Color InnerFrameGradientEndColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
InnerFrameGradientStartColor
Gets or sets the start color which is used to draw the InnerFrame of RadialGauge
Declaration
[ThemeStudio]
public Color InnerFrameGradientStartColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
InnerFrameThickness
Gets or sets the border thickness of the inner circle in RadialGauge
Declaration
[ThemeStudio]
public int InnerFrameThickness { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
InnerTickMarkColor
Gets or sets the color which is used to draw the InnerTickMark in RadialGauge
Declaration
[ThemeStudio]
public Color InnerTickMarkColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
LabelFont
Gets or sets the font used to draw the label value in RadialGauge
Declaration
[ThemeStudio]
public Font LabelFont { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
LabelForeColor
Gets or sets the foreground color of label in RadialGauge
Declaration
[ThemeStudio]
public Color LabelForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
MajorTickMarkColor
Gets or sets the color which is used to draw the MajorTickMark in RadialGauge
Declaration
[ThemeStudio]
public Color MajorTickMarkColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
MinorTickMarkColor
Gets or sets the color which is used to draw the MinorTickMark in RadialGauge
Declaration
[ThemeStudio]
public Color MinorTickMarkColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
NeedleColor
Gets or sets the color used to draw the needle in RadialGauge
Declaration
[ThemeStudio]
public Color NeedleColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
OuterFrameGradientEndColor
Gets or sets the end color which is used to draw the OuterFrame of RadialGauge
Declaration
[ThemeStudio]
public Color OuterFrameGradientEndColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
OuterFrameGradientStartColor
Gets or sets the start color which is used to draw the OuterFrame of RadialGauge
Declaration
[ThemeStudio]
public Color OuterFrameGradientStartColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ScaleLabelForeColor
Gets or sets the fore color which is used to draw the scale label in RadialGauge.
Declaration
[ThemeStudio]
public Color ScaleLabelForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ShowBackgroundFrame
Gets or sets a value that indicates whether the frame of RadialGauge should be visible.
Declaration
[ThemeStudio]
public bool ShowBackgroundFrame { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ValueFont
Gets or sets the font used to draw the scale value label in RadialGauge
Declaration
[ThemeStudio]
public Font ValueFont { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
ValueForeColor
Gets or sets the foreground color used to draw the value label in RadialGauge
Declaration
[ThemeStudio]
public Color ValueForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the RadialGaugeVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |