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