Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 890 Bytes

flyoutpresenter_isdefaultshadowenabled.md

File metadata and controls

32 lines (19 loc) · 890 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.FlyoutPresenter.IsDefaultShadowEnabled
winrt property

Microsoft.UI.Xaml.Controls.FlyoutPresenter.IsDefaultShadowEnabled

-description

Gets or sets a value that indicates whether the default shadow effect is shown.

-property-value

true if the default shadow effect is shown; otherwise, false. The default is true.

-remarks

Tip

For more info, design guidance, and code examples, see Z-depth and shadow.

Many common controls automatically cast shadows using a ThemeShadow.

If the default shadow doesn't look correct on your Flyout's content then you can disable it by setting this property to false.

-see-also

-examples