Search Results for

    Show / Hide Table of Contents

    Struct ArrowObj.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

    IsArrowHead

    The default display mode for the ArrowObj item arrowhead (IsArrowHead property). true to show the arrowhead, false to hide it.

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

    Size

    The default size for the ArrowObj item arrowhead (Size property). Units are in points (1/72 inch).

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