VisualElement.IView.IsFocused Property

Definition

Gets a value indicating whether this View is focused currently.

property bool Microsoft::Maui::IView::IsFocused { bool get(); void set(bool value); };
bool Microsoft.Maui.IView.IsFocused { get; set; }
member this.Microsoft.Maui.IView.IsFocused : bool with get, set
 Property IsFocused As Boolean Implements IView.IsFocused

Property Value

Implements

Applies to