-api-id | -api-type | ms.custom |
---|---|---|
P:Windows.UI.Xaml.Controls.TimePickerFlyoutPresenter.IsDefaultShadowEnabled |
winrt property |
19H1 |
Gets or sets a value that indicates whether the default shadow effect is shown.
true if the default shadow effect is shown; otherwise, false. The default is true.
Tip
For more info, design guidance, and code examples, see Z-depth and shadow.
Many common controls automatically cast shadows using a ThemeShadow.
If a default shadow doesn't look correct on your TimePicker's content then you can disable it by setting this property to false
.