#StringConsts
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | GaugeStyleCircular | Gets the System.String identifier for a circular style gauge. | inherited from concrete class |
| String | GaugeStyleGlass | Gets the System.String identifier for a the gauge radio button option used to select a component art gauge. | inherited from concrete class |
| String | GaugeStyleHalf | Gets the System.String identifier for a half circle style gauge. | inherited from concrete class |
| String | GaugeStyleHorizontal | Gets the System.String identifier for a horizontal line style gauge. | inherited from concrete class |
| String | GaugeStyleQuarter | Gets the System.String identifier for a quarter circle style gauge. | inherited from concrete class |
| String | GaugeStyleVertical | Gets the System.String identifier for a vertical line style gauge. | inherited from concrete class |
| String | GaugeThemeArcticWhite | Gets the System.String identifier for a gauge theme that uses a light color scheme. | inherited from concrete class |
| String | GaugeThemeBlackIce | Gets the System.String identifier for a gauge theme that uses a dark color scheme. | inherited from concrete class |
| String | GaugeThemeMediumGrey | Gets the System.String identifier for a gauge theme that uses a medium color scheme. | inherited from concrete class |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
