Search Results for

    Show / Hide Table of Contents

    Struct TextObj.Default

    A simple struct that defines the default property values for the TextObj 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

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

    FontColor

    The default font color for the TextObj text (FontColor property).

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

    FontFamily

    The default font family for the TextObj text (Family property).

    Declaration
    public static string FontFamily
    Field Value
    Type Description
    String
    | 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
    Type Description
    Boolean
    | 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
    Type Description
    Single
    | 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
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX