UIKit.UIEdgeInsets Members

The members of UIKit.UIEdgeInsets are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Public constructor.

Public Fields

Bottomnfloat. Bottom value.
Leftnfloat. Left value.
Rightnfloat. Right value.
Topnfloat. Top value.
static readonly
ZeroUIEdgeInsets. An instance with all of the UIEdgeInsets parameters set to zero.

Public Methods

override
Equals(object) : bool
Whether this is equivalent to the obj.
Equals(UIEdgeInsets) : bool
Whether this is equivalent to other.
static
FromString(string) : UIEdgeInsets
Documentation for this section has not yet been entered.
override
GetHashCode() : int
The hash for this UIKit.UIEdgeInsets.
InsetRect(CoreGraphics.CGRect) : CoreGraphics.CGRect
Adjusts a rectangle by the given edge insets.
override
ToString() : string
Returns a human-readable version of the UIEdgeInset properties, for debugging.