UIViewController.PreferredFocusEnvironments Property

Definition

An array of IUIFocusEnvironments that are recursively searched by the system to find the default focused view.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIFocusEnvironment[] PreferredFocusEnvironments { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("preferredFocusEnvironments", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.PreferredFocusEnvironments : UIKit.IUIFocusEnvironment[]

Property Value

Attributes

Applies to