UIKit.UIVisualEffectView Members

The members of UIKit.UIVisualEffectView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Creates a UIKit.UIVisualEffectView that contains the specified UIKit.UIVisualEffect.

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 Properties

[read-only]
static
AppearanceUIVisualEffectView.UIVisualEffectViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContentViewUIView. Gets a UIKit.UIView to which the app can add effects.
[read-only]
EffectUIVisualEffect. Gets the UIKit.UIVisualEffect that this UIKit.UIVisualEffectView provides.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIVisualEffectView.UIVisualEffectViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
GetAppearance<T>() : UIVisualEffectView.UIVisualEffectViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection) : UIVisualEffectView.UIVisualEffectViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIVisualEffectView.UIVisualEffectViewAppearance
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIVisualEffectView object.