UIKit.UIAppearance Members

The members of UIKit.UIAppearance are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

override
Equals(object) : bool
Whether this is equivalent to other.
static
GetAppearance(IntPtr, params Type[]) : IntPtr
This object's appearance proxy in the specified containment hierarchy.
static
GetAppearance(IntPtr, UITraitCollection) : IntPtr
Documentation for this section has not yet been entered.
static
GetAppearance(IntPtr, UITraitCollection, params Type[]) : IntPtr
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Generates a hash code for the current instance.

Public Operators

static
Equality(UIAppearance, UIAppearance)Overload of the equality operator.
static
Inequality(UIAppearance, UIAppearance)Overload of the inequality operatory.