Struct FontSpec.Default
A simple struct that defines the default property values for the FontSpec class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceDropShadowAngle
Default value for DropShadowAngle, which determines the offset angle of the drop shadow for this FontSpec.
Declaration
public static float DropShadowAngle
Field Value
| Type | Description |
|---|---|
| Single |
DropShadowColor
Default value for DropShadowColor, which determines the color of the drop shadow for this FontSpec.
Declaration
public static Color DropShadowColor
Field Value
| Type | Description |
|---|---|
| Color |
DropShadowOffset
Default value for DropShadowOffset, which determines the offset distance of the drop shadow for this FontSpec.
Declaration
public static float DropShadowOffset
Field Value
| Type | Description |
|---|---|
| Single |
FillBrush
Declaration
public static Brush FillBrush
Field Value
| Type | Description |
|---|---|
| Brush |
FillColor
The default color for filling in the background of the text block (Color property).
Declaration
public static Color FillColor
Field Value
| Type | Description |
|---|---|
| Color |
FillType
Declaration
public static FillType FillType
Field Value
| Type | Description |
|---|---|
| FillType |
IsAntiAlias
Default value for IsAntiAlias, which determines if anti-aliasing logic is used for this FontSpec.
Declaration
public static bool IsAntiAlias
Field Value
| Type | Description |
|---|---|
| Boolean |
IsDropShadow
Default value for IsDropShadow, which determines if the drop shadow is displayed for this FontSpec.
Declaration
public static bool IsDropShadow
Field Value
| Type | Description |
|---|---|
| Boolean |
StringAlignment
Default value for the alignment with which this FontSpec object is drawn. This alignment really only affects multi-line strings.
Declaration
public static StringAlignment StringAlignment
Field Value
| Type | Description |
|---|---|
| StringAlignment | A StringAlignment enumeration. |
SuperShift
The default shift fraction of the superscript, expressed as a fraction of the superscripted character height. This is the height above the main font (a zero shift means the main font and the superscript font have the tops aligned).
Declaration
public static float SuperShift
Field Value
| Type | Description |
|---|---|
| Single |
SuperSize
The default size fraction of the superscript font, expressed as a fraction of the size of the main font.
Declaration
public static float SuperSize
Field Value
| Type | Description |
|---|---|
| Single |