3 references to Height
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\UIContainerView.cs (3)
70 if (Height is not null && MatchHeight) 72 MeasuredHeight = Height.Value; 97 _view.Layout(new Rect(0, Margin.Top, Width ?? Frame.Width, Height ?? MeasuredHeight));