GetBringIntoViewOnFocusChange Method
Gets the value of the BringIntoViewOnFocusChange attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetBringIntoViewOnFocusChange(
Control control
)
Public Shared Function GetBringIntoViewOnFocusChange (
control As Control
) As Boolean
static member GetBringIntoViewOnFocusChange :
control : Control -> bool
Parameters
- Control
- The control to read the value from.
Return Value
Boolean
The value of the property.