UIViewController.PreferredFocusEnvironments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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