Search Results for

    Show / Hide Table of Contents

    Struct HorizontalPad

    Horizontal padding struct

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

    Constructors

    | Edit this page View Source

    HorizontalPad(int, int)

    Makes a new horizontal padding instance

    Declaration
    public HorizontalPad(int left, int right)
    Parameters
    Type Name Description
    int left

    A left padding

    int right

    A right padding

    Properties

    | Edit this page View Source

    Left

    Gets the left padding

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

    Right

    Gets the right padding

    Declaration
    public readonly int Right { 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(HorizontalPad)

    Declaration
    public bool Equals(HorizontalPad other)
    Parameters
    Type Name Description
    HorizontalPad 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 ==(HorizontalPad, HorizontalPad)

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

    operator !=(HorizontalPad, HorizontalPad)

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