Struct GasGaugeRegion.Default
Specify the default property values for the GasGaugeRegion class.
Inherited Members
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 |
---|---|
Color |
BorderWidth
The default border pen width for the GasGaugeRegion
Declaration
public static float BorderWidth
Field Value
Type | Description |
---|---|
Single |
FillBrush
The default value for the fill brush of the GasGaugeRegion
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
Brush |
FillColor
The default value for the color of the GasGaugeRegion fill
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
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 |
---|---|
Single |
IsBorderVisible
The default value for the visibility of the GasGaugeRegion border.
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
Boolean |
isVisible
The default value for the visibility of the GasGaugeRegion fill.
Declaration
public static bool isVisible
Field Value
Type | Description |
---|---|
Boolean |