Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 912 Bytes

timepickerflyoutpresenter_isdefaultshadowenabled.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.TimePickerFlyoutPresenter.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 a default shadow doesn't look correct on your TimePicker's content then you can disable it by setting this property to false.

-see-also

-examples