2 references to ZIndexProperty
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1886 get { return (int)GetValue(ZIndexProperty); } 1887 set { SetValue(ZIndexProperty, value); }