VisualElement.IView.IsFocused 属性

定义

获取一个值,该值指示此视图当前是否聚焦。

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

属性值

实现

适用于