Struct PaneBase.Default
A simple struct that defines the default property values for the PaneBase 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)
Assembly: ZedGraph.dll
Syntax
Fields
|
Improve this Doc
View Source
BaseDimension
The default dimension of the Rect, which
defines a normal sized plot. This dimension is used to scale the
fonts, symbols, etc. according to the actual size of the
Rect.
Declaration
public static float BaseDimension
Field Value
Type |
Description |
System.Single |
|
See Also
|
Improve this Doc
View Source
BorderColor
Declaration
public static Color BorderColor
Field Value
Type |
Description |
System.Drawing.Color |
|
|
Improve this Doc
View Source
BorderPenWidth
The default pen width for the PaneBase border.
(Border property). Units are in points (1/72 inch).
Declaration
public static float BorderPenWidth
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
FillColor
The default color for the Rect background.
(Fill property).
Declaration
public static Color FillColor
Field Value
Type |
Description |
System.Drawing.Color |
|
|
Improve this Doc
View Source
FontBold
The default font bold mode for the
Title
(IsBold property). true
for a bold typeface, false otherwise.
Declaration
public static bool FontBold
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FontColor
Declaration
public static Color FontColor
Field Value
Type |
Description |
System.Drawing.Color |
|
|
Improve this Doc
View Source
FontFamily
The default font family for the title
(Title property).
Declaration
public static string FontFamily
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FontItalic
The default font italic mode for the
Title
(IsItalic property). true
for an italic typeface, false otherwise.
Declaration
public static bool FontItalic
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FontSize
The default font size (points) for the
Title (Size property).
Declaration
public static float FontSize
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
FontUnderline
The default font underline mode for the
Title
(IsUnderline property). true
for an underlined typeface, false otherwise.
Declaration
public static bool FontUnderline
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsBorderVisible
The default border mode for the PaneBase.
(Border property). true
to draw a border around the Rect,
false otherwise.
Declaration
public static bool IsBorderVisible
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFontsScaled
Declaration
public static bool IsFontsScaled
Field Value
Type |
Description |
System.Boolean |
|
See Also
|
Improve this Doc
View Source
IsPenWidthScaled
Declaration
public static bool IsPenWidthScaled
Field Value
Type |
Description |
System.Boolean |
|
See Also
|
Improve this Doc
View Source
IsShowTitle
The default display mode for the title at the top of the pane
(Title IsVisible property). true to
display a title, false otherwise.
Declaration
public static bool IsShowTitle
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TitleGap
The default value for the TitleGap property, expressed as
a fraction of the scaled Title character height.
Declaration
public static float TitleGap
Field Value
Type |
Description |
System.Single |
|