Click or drag to resize

Padding Operators and Type Conversions

The Padding type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two padding values together
Public operatorStatic memberEquality
Determines the equality of two padding objects
Public operatorStatic member(Int32 to Padding)
Implicitly converts a single integer to a padding with all sides of equal value.
Public operatorStatic memberInequality
Determines the inequality of two padding objects
Public operatorStatic memberSubtraction
Subtracts a padding value from another value
Top
See Also