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