Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ClippingOptions

enumeration

Description

Options to select clipping strategy.

Properties

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.

Did you find this page useful? Please give it a rating: