Struct TextObj.Default
A simple struct that defines the
default property values for the TextObj class.
Assembly: ZedGraph.dll
Syntax
Fields
|
Improve this Doc
View Source
FontBold
The default font bold mode for the TextObj text
(IsBold property). true
for a bold typeface, false otherwise.
Declaration
public static bool FontBold
Field Value
|
Improve this Doc
View Source
FontColor
Declaration
public static Color FontColor
Field Value
|
Improve this Doc
View Source
FontFamily
Declaration
public static string FontFamily
Field Value
|
Improve this Doc
View Source
FontItalic
The default font italic mode for the TextObj text
(IsItalic property). true
for an italic typeface, false otherwise.
Declaration
public static bool FontItalic
Field Value
|
Improve this Doc
View Source
FontSize
The default font size for the TextObj text
(Size property). Units are
in points (1/72 inch).
Declaration
public static float FontSize
Field Value
|
Improve this Doc
View Source
FontUnderline
The default font underline mode for the TextObj text
(IsUnderline property). true
for an underlined typeface, false otherwise.
Declaration
public static bool FontUnderline
Field Value