2 references to HeightPropertyKey
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
77
public static readonly BindableProperty HeightProperty =
HeightPropertyKey
.BindableProperty;
596
private set { SetValue(
HeightPropertyKey
, value); }