Class RadialGaugeVisualStyle
Represents the class to define the style of RadialGauge control.
Inheritance
System.Object
RadialGaugeVisualStyle
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Syncfusion.Gauge.Windows.dll
public class RadialGaugeVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
Declaration
public RadialGaugeVisualStyle()
Declaration
public RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity identity)
Parameters
Declaration
public RadialGaugeVisualStyle(RadialGaugeStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Properties
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 |
Gets or sets a value that specifies the thickness to draw the arc in RadialGauge.
Declaration
[ThemeStudio]
public float ArcThickness { get; set; }
Property Value
Declaration
[ThemeStudio]
public Color BackgroundGradientEndColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
[ThemeStudio]
public Color BackgroundGradientStartColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets the default RadialGaugeStyleInfo value.
Declaration
public static RadialGaugeVisualStyle DefaultStyle { get; }
Property Value
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 |
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 |
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 |
Declaration
[ThemeStudio]
public int InnerFrameThickness { get; set; }
Property Value
Declaration
[ThemeStudio]
public Color InnerTickMarkColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
[ThemeStudio]
public Font LabelFont { get; set; }
Property Value
Declaration
[ThemeStudio]
public Color LabelForeColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
[ThemeStudio]
public Color MajorTickMarkColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
[ThemeStudio]
public Color MinorTickMarkColor { get; set; }
Property Value
Type |
System.Drawing.Color |
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 |
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 |
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 |
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 |
Gets or sets a value that indicates whether the frame of RadialGauge should be visible.
Declaration
[ThemeStudio]
public bool ShowBackgroundFrame { get; set; }
Property Value
Declaration
[ThemeStudio]
public Font ValueFont { get; set; }
Property Value
Declaration
[ThemeStudio]
public Color ValueForeColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Methods
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable