Layout
_layoutManager
CascadeInputTransparentProperty
ControlsLayoutMapper
IsClippedToBoundsProperty
PaddingProperty
Layout()
CascadeInputTransparent
Children
Count
IgnoreSafeArea
IsClippedToBounds
IsReadOnly
Padding
this[Int32]
Add(IView)
Clear()
Contains(IView)
CopyTo(IView[], Int32)
CreateLayoutManager()
CrossPlatformArrange(Rect)
CrossPlatformMeasure(Double, Double)
GetEnumerator()
IndexOf(IView)
Insert(Int32, IView)
InvalidateMeasureOverride()
MapInputTransparent(ILayoutHandler, Layout)
MapInputTransparent(LayoutHandler, Layout)
Measure(Double, Double, MeasureFlags)
OnAdd(Int32, IView)
OnClear()
OnInsert(Int32, IView)
OnRemove(Int32, IView)
OnUpdate(Int32, IView, IView)
Remove(IView)
RemoveAt(Int32)
net7.0
namespace Microsoft.Maui.Controls
{
[ContentProperty("Children")]
[DefaultMember("Item")]
public abstract class Layout : View, IBindableLayout, IPaddingElement, IContainer, IElement, ILayout, IPadding, ISafeAreaView, ITransform, IView, IVisualTreeElement, ICollection<IView!>, IEnumerable<IView!>, IList<IView!>, IEnumerable
{
public override SizeRequest Measure(double widthConstraint, double heightConstraint, MeasureFlags flags = MeasureFlags.None);
}
}
.NET | 6.07.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API