Search Results for

    Show / Hide Table of Contents

    Struct BoxObj.Default

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

    BorderColor

    The default color used for the BoxObj border (Color property).

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

    FillColor

    The default color used for the BoxObj fill (Color property).

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

    PenWidth

    The default pen width used for the BoxObj border (Width property). Units are points (1/72 inch).

    Declaration
    public static float PenWidth
    Field Value
    Type Description
    Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX