UIAppearance.GetAppearance Method

Definition

Overloads

GetAppearance(IntPtr, Type[])

This object's appearance proxy in the specified containment hierarchy.

GetAppearance(IntPtr, UITraitCollection)

Returns an appearance proxy for the specified traits.

GetAppearance(IntPtr, UITraitCollection, Type[])

Returns an appearance proxy for the specified traits when found in the whenFoundIn containment hierarchy.

GetAppearance(IntPtr, Type[])

This object's appearance proxy in the specified containment hierarchy.

public static IntPtr GetAppearance (IntPtr class_ptr, params Type[] whenFoundIn);
static member GetAppearance : nativeint * Type[] -> nativeint

Parameters

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

Returns

IntPtr

nativeint

Applies to

GetAppearance(IntPtr, UITraitCollection)

Returns an appearance proxy for the specified traits.

public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits);
static member GetAppearance : nativeint * UIKit.UITraitCollection -> nativeint

Parameters

class_ptr
IntPtr

nativeint

Returns

IntPtr

nativeint

Applies to

GetAppearance(IntPtr, UITraitCollection, Type[])

Returns an appearance proxy for the specified traits when found in the whenFoundIn containment hierarchy.

public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint

Parameters

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

Returns

IntPtr

nativeint

Applies to