Struct GasGaugeRegion.Default
Specify the default property values for the GasGaugeRegion class.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceBorderColor
The default value for the color of the GasGaugeRegion border
Declaration
public static Color BorderColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
BorderWidth
The default border pen width for the GasGaugeRegion
Declaration
public static float BorderWidth
Field Value
Type | Description |
---|---|
System.Single |
FillBrush
The default value for the fill brush of the GasGaugeRegion
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
System.Drawing.Brush |
FillColor
The default value for the color of the GasGaugeRegion fill
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FillType
The default fill type for the GasGaugeRegion
Declaration
public static FillType FillType
Field Value
Type | Description |
---|---|
FillType |
FontSize
The default value for the font size of the GasGaugeRegion labels.
Declaration
public static float FontSize
Field Value
Type | Description |
---|---|
System.Single |
IsBorderVisible
The default value for the visibility of the GasGaugeRegion border.
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
System.Boolean |
isVisible
The default value for the visibility of the GasGaugeRegion fill.
Declaration
public static bool isVisible
Field Value
Type | Description |
---|---|
System.Boolean |