Struct TextObj.Default
A simple struct that defines the default property values for the TextObj 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 SourceFontBold
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
Type | Description |
---|---|
System.Boolean |
FontColor
Declaration
public static Color FontColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FontFamily
Declaration
public static string FontFamily
Field Value
Type | Description |
---|---|
System.String |
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
Type | Description |
---|---|
System.Boolean |
FontSize
Declaration
public static float FontSize
Field Value
Type | Description |
---|---|
System.Single |
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
Type | Description |
---|---|
System.Boolean |