Struct VerticalPad
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
Declaration
public readonly int Bottom { get; }
Property Value
|
Edit this page
View Source
Top
Declaration
public readonly int Top { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
System.ValueType.Equals(object)
|
Edit this page
View Source
Equals(VerticalPad)
Declaration
public bool Equals(VerticalPad other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.ValueType.GetHashCode()
|
Edit this page
View Source
ToString()
Generates a string containing padding values
Declaration
public override string ToString()
Returns
Type |
Description |
string |
Padding values in a string
|
Overrides
System.ValueType.ToString()
Operators
|
Edit this page
View Source
operator ==(VerticalPad, VerticalPad)
Declaration
public static bool operator ==(VerticalPad left, VerticalPad right)
Parameters
Returns
|
Edit this page
View Source
operator !=(VerticalPad, VerticalPad)
Declaration
public static bool operator !=(VerticalPad left, VerticalPad right)
Parameters
Returns