1 reference to OnNextFocusDirectionPropertyChanged
Microsoft.Maui.Controls (1)
PlatformConfiguration\TizenSpecific\VisualElement.cs (1)
24
public static readonly BindableProperty NextFocusDirectionProperty = BindableProperty.Create("NextFocusDirection", typeof(string), typeof(VisualElement), FocusDirection.None, propertyChanged:
OnNextFocusDirectionPropertyChanged
);