Padding Methods (System.Windows.Forms)

Switch View :
ScriptFree
.NET Framework Class Library
Padding Methods

The Padding type exposes the following members.

Methods

  Name Description
Public method Static member Add Computes the sum of the two specified Padding values.
Public method Equals Determines whether the value of the specified object is equivalent to the current Padding. (Overrides ValueType.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Generates a hash code for the current Padding. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Subtract Subtracts one specified Padding value from another.
Public method ToString Returns a string that represents the current Padding. (Overrides ValueType.ToString().)
Top
See Also

Reference