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