MonoTouch.UIKit.UIVisualEffectView Class
A UIView that applies a visual efect such as blur or vibrancy to either its children or UIViews behind it.
See Also: UIVisualEffectView
Syntax
[MonoTouch.Foundation.Register("UIVisualEffectView", true)]
[MonoTouch.ObjCRuntime.Introduced(MonoTouch.ObjCRuntime.PlatformName.iOS, 8, 0, MonoTouch.ObjCRuntime.PlatformArchitecture.None, null)]
public class UIVisualEffectView : UIView, INSSecureCoding, IDisposable
[MonoTouch.ObjCRuntime.Introduced(MonoTouch.ObjCRuntime.PlatformName.iOS, 8, 0, MonoTouch.ObjCRuntime.PlatformArchitecture.None, null)]
public class UIVisualEffectView : UIView, INSSecureCoding, IDisposable
Related content
Requirements
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
The members of MonoTouch.UIKit.UIVisualEffectView are listed below.
See Also: 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. | ||
Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
Creates a UIVisualEffectView that contains the specified UIVisualEffect. | ||
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Properties
[read-only] static | Appearance | UIVisualEffectView+UIVisualEffectViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
[read-only] override | ClassHandle | IntPtr. The handle for this class. |
[read-only] | ContentView | UIView. Gets a UIView to which the app can add effects. |
Effect | UIVisualEffect. Gets the UIVisualEffect that this UIVisualEffectView provides. |
Public Methods
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance(UITraitCollection)Returns an appearance proxy for the specified traits collection. | |
static | GetAppearance(UITraitCollection, params Type[])Returns an appearance proxy for the specified traits when found in the containers containment hierarchy. | |
static | GetAppearance<T>()Obtains the appearance proxy UIVisualEffectViewAppearance for the subclass of UIVisualEffectView. | |
static | GetAppearance<T>(UITraitCollection)Obtains the appearance proxy UIVisualEffectViewAppearance for the subclass of UIVisualEffectView. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Obtains the appearance proxy UIVisualEffectViewAppearance for the subclass of UIVisualEffectView that has the specified trait collection when the view is hosted in the specified hierarchy. |