Search Results for

    Show / Hide Table of Contents

    Class Margin.Default

    A simple struct that defines the default property values for the Margin class.

    Inheritance
    Object
    Margin.Default
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public class Default

    Fields

    | Improve this Doc View Source

    Bottom

    The default value for the Bottom property, which is the size of the space on the bottom side of the Rect.

    Declaration
    public static float Bottom
    Field Value
    Type Description
    Single

    Units are points (1/72 inch)

    | Improve this Doc View Source

    Left

    The default value for the Left property, which is the size of the space on the left side of the Rect.

    Declaration
    public static float Left
    Field Value
    Type Description
    Single

    Units are points (1/72 inch)

    | Improve this Doc View Source

    Right

    The default value for the Right property, which is the size of the space on the right side of the Rect.

    Declaration
    public static float Right
    Field Value
    Type Description
    Single

    Units are points (1/72 inch)

    | Improve this Doc View Source

    Top

    The default value for the Top property, which is the size of the space on the top side of the Rect.

    Declaration
    public static float Top
    Field Value
    Type Description
    Single

    Units are points (1/72 inch)

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX