GOA - System.Windows.Forms.Padding

Padding Class


Represents padding or margin information associated with a user interface (UI) element. This class cannot be inherited.

Definition

public sealed class Padding: Object

Members Table

MethodDescription
AddAdds a specified Padding object to another specified Padding object.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns the hash code for this Padding object.
GetTypeGets the Type of the current instance. (Inherited from Object)
PaddingOverloaded. Initializes a new instance of Padding.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
SubstractSubstracts a specified Padding object from another specified Padding object.
ToStringOverriden. Returns a string representation of the current Padding.
PropertyDescription
AllGets or sets the padding value for all the edges.
BottomGets or sets the padding value for the bottom edge.
HorizontalGets the combined padding for the right and left edges.
LeftGets or sets the padding value for the left edge.
RightGets or sets the padding value for the right edge.
SizeGets the padding information in the form of a Size.
TopGets or sets the padding value for the top edge.
VerticalGets the combined padding for the top and bottom edges.
OperatorDescription
operator !=Compares two Padding objects. The result specifies whether the different padding values of the different edges are unequal.
operator +Adds the values of the different edges of one Padding object to those of another Padding object.
operator -Subtracts the values of the different edges of one Padding object from those of another Padding object.
operator ==Compares two Padding objects. The result specifies whether the different padding values of the different edges are equal.
FieldDescription
EmptyRepresents a Padding object with no padding.

Inheritance Hierarchy

Object
Padding

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.