UIElement.Shadow Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the shadow effect cast by the element.
public:
property Shadow ^ Shadow { Shadow ^ get(); void set(Shadow ^ value); };
Shadow Shadow();
void Shadow(Shadow value);
public Shadow Shadow { get; set; }
var shadow = uIElement.shadow;
uIElement.shadow = shadow;
Public Property Shadow As Shadow
The shadow effect cast by the element.
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
Tip
For more info, design guidance, and code examples, see Z-depth and shadow.
Many common controls automatically cast shadows using a ThemeShadow.
If you have the WinUI 2 Gallery app installed and meet the minimum Windows 10 version requirements above, click here to open the app and see the default shadows on common controls.
Tip
For more info, design guidance, and code examples, see Z-depth and shadow.
Many common controls automatically cast shadows using a ThemeShadow.
The UIElement.Shadow property can be used to cast shadows from additional visual elements or custom controls.
Product | Versies |
---|---|
WinRT | Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |