Padding Struct
Represents padding.
public struct Padding : ValueType, IEquatable<Padding>
- Namespace
- Spectre
.Console - Interfaces
-
- IEquatable
<Padding>
- IEquatable
- Base Types
-
- ValueType
Constructors
-
Padding
(int, int, int, int) -
Initializes a new instance of the
Padding
struct. -
Padding
(int, int) -
Initializes a new instance of the
Padding
struct. -
Padding
(int) -
Initializes a new instance of the
Padding
struct.
Properties
Methods
-
override bool Equals
(object) -
bool Equals
(Padding) -
override int GetHashCode
() -
int GetHeight
() - Gets the padding height.
-
int GetWidth
() - Gets the padding width.