UIFocusGuide.PreferredFocusedView Property

Definition

Developers should not use this deprecated property. Developers should use 'PreferredFocusEnvironments' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredFocusEnvironments' instead.")]
public virtual UIKit.UIView PreferredFocusedView { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredFocusEnvironments' instead.")] [Foundation.Export("preferredFocusedView", ObjCRuntime.ArgumentSemantic.Weak)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredFocusEnvironments' instead.")] [Foundation.Export("setPreferredFocusedView:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
member this.PreferredFocusedView : UIKit.UIView with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to