Search Results for

    Show / Hide Table of Contents

    Struct Fill.Default

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

    AlignH

    The default horizontal alignment for Brush fills. This is the default value for the AlignH property.

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

    AlignV

    The default vertical alignment for Brush fills. This is the default value for the AlignV property.

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

    IsScaled

    The default scaling mode for Brush fills. This is the default value for the IsScaled property.

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