C# Class Microsoft.Maui.Controls.Core.UnitTests.NaiveLayout

Inheritance: Compatibility.Layout
Mostra file Open project: jsuarezruiz/maui-linux Class Usage Examples

Protected Methods

Method Description
LayoutChildren ( double x, double y, double width, double height ) : void

Method Details

LayoutChildren() protected method

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
return void