Table of Contents

Class ClippableViewBoxBase

Namespace
Nalu
Assembly
Nalu.Maui.Layouts.dll

Extends ViewBoxBase base class with customizable clipping behavior.

public class ClippableViewBoxBase : ViewBoxBase, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ISafeAreaView, IViewBox, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance
ClippableViewBoxBase
Implements
Derived
Inherited Members

Fields

IsClippedToBoundsProperty

Bindable property for IsClippedToBounds.

public static readonly BindableProperty IsClippedToBoundsProperty

Field Value

BindableProperty

Properties

IsClippedToBounds

Gets or sets a value which determines if the layout should clip its children to its bounds. The default value is false.

public bool IsClippedToBounds { get; set; }

Property Value

bool