Share via


UIView.PreferredFocusEnvironments Property

Definition

Gets the list of focus environments, ordered by priority, that the environment prefers when updating the focus.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIFocusEnvironment[] PreferredFocusEnvironments { [Foundation.Export("preferredFocusEnvironments", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("preferredFocusEnvironments", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PreferredFocusEnvironments : UIKit.IUIFocusEnvironment[]

Property Value

Implements

Attributes

Applies to