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