IsKeyboardFocusWithin Property
Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsKeyboardFocusWithin { get; }
Public ReadOnly Property IsKeyboardFocusWithin As Boolean
Get
abstract IsKeyboardFocusWithin : bool with get
override IsKeyboardFocusWithin : bool with get