Search Results for

    Show / Hide Table of Contents

    Struct VerticalPad

    Vertical padding struct

    Namespace: Terminaux.Base.Structures
    Assembly: Terminaux.dll
    Syntax
    public struct VerticalPad

    Constructors

    | Edit this page View Source

    VerticalPad(int, int)

    Makes a new padding instance

    Declaration
    public VerticalPad(int top, int bottom)
    Parameters
    Type Name Description
    int top

    A top padding

    int bottom

    A bottom padding

    Properties

    | Edit this page View Source

    Bottom

    Gets the bottom padding

    Declaration
    public readonly int Bottom { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Top

    Gets the top padding

    Declaration
    public readonly int Top { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    System.ValueType.Equals(object)
    | Edit this page View Source

    Equals(VerticalPad)

    Declaration
    public bool Equals(VerticalPad other)
    Parameters
    Type Name Description
    VerticalPad other
    Returns
    Type Description
    bool
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    System.ValueType.GetHashCode()

    Operators

    | Edit this page View Source

    operator ==(VerticalPad, VerticalPad)

    Declaration
    public static bool operator ==(VerticalPad left, VerticalPad right)
    Parameters
    Type Name Description
    VerticalPad left
    VerticalPad right
    Returns
    Type Description
    bool
    | Edit this page View Source

    operator !=(VerticalPad, VerticalPad)

    Declaration
    public static bool operator !=(VerticalPad left, VerticalPad right)
    Parameters
    Type Name Description
    VerticalPad left
    VerticalPad right
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX