Search Results for

    Show / Hide Table of Contents

    Struct GasGaugeRegion.Default

    Specify the default property values for the GasGaugeRegion class.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.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
    System.Drawing.Color
    | Improve this Doc View Source

    BorderWidth

    The default border pen width for the GasGaugeRegion

    Declaration
    public static float BorderWidth
    Field Value
    Type Description
    System.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
    System.Drawing.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
    System.Drawing.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
    System.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
    System.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
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX