ShadowMode Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Controls how Shadow is drawn.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Primitives 2.9.1
Possible Values
- Background
-
Draw a smoothed rectangle below the area the element-background covers.
- PerPixel
-
Capture the alpha-mask and blur it, similar to what
DropShadow
does.
Interface of ShadowMode
Background : ShadowMode uno
Draw a smoothed rectangle below the area the element-background covers.
HasFlag(ShadowMode) : bool uno
PerPixel : ShadowMode uno
Capture the alpha-mask and blur it, similar to what DropShadow
does.