ClippingOptions

enumeration

Switch to Manual

Description

Options to select clipping strategy.

Variables

ClipContentsWill enable clipping. This VisualElement and its children's content will be limited to this element's bounds.
NoClippingWill disable clipping and let children VisualElements paint outside its bounds.
ClipAndCacheContentsEnables clipping and renders contents to a cache texture.