Search Results for

    Show / Hide Table of Contents

    Struct GasGaugeRegion.Default

    Specify the default property values for the GasGaugeRegion 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 value for the color of the GasGaugeRegion border

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

    BorderWidth

    The default border pen width for the GasGaugeRegion

    Declaration
    public static float BorderWidth
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    FillBrush

    The default value for the fill brush of the GasGaugeRegion

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

    FillColor

    The default value for the color of the GasGaugeRegion fill

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

    FillType

    The default fill type for the GasGaugeRegion

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

    FontSize

    The default value for the font size of the GasGaugeRegion labels.

    Declaration
    public static float FontSize
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    IsBorderVisible

    The default value for the visibility of the GasGaugeRegion border.

    Declaration
    public static bool IsBorderVisible
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    isVisible

    The default value for the visibility of the GasGaugeRegion fill.

    Declaration
    public static bool isVisible
    Field Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX