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