Table of Contents

Interface IViewBox

Namespace
Nalu
Assembly
Nalu.Maui.Layouts.dll

ViewBoxBase is a base class a IViewBox that is used to display a single view and supports clipping.

public interface IViewBox : IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inherited Members

Properties

ClipsToBounds

Specifies whether the IViewBox clips its content to its boundaries

bool ClipsToBounds { get; }

Property Value

bool