Search Results for

    Show / Hide Table of Contents

    Struct FontSpec.Default

    A simple struct that defines the default property values for the FontSpec class.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public struct Default

    Fields

    | Improve this Doc View Source

    DropShadowAngle

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    FillBrush

    The default custom brush for filling in this FontSpec (Brush property).

    Declaration
    public static Brush FillBrush
    Field Value
    Type Description
    Brush
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    FillType

    The default fill mode for this FontSpec (Type property).

    Declaration
    public static FillType FillType
    Field Value
    Type Description
    FillType
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX