Padding Operators

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(Padding, Padding)

Performs vector addition on the two specified Padding objects, resulting in a new Padding.

System_CAPS_puboperatorSystem_CAPS_staticEquality(Padding, Padding)

Tests whether two specified Padding objects are equivalent.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Padding, Padding)

Tests whether two specified Padding objects are not equivalent.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(Padding, Padding)

Performs vector subtraction on the two specified Padding objects, resulting in a new Padding.

Return to top
Show: