Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 567 Bytes

frameworkelement_actualtheme.md

File metadata and controls

29 lines (16 loc) · 567 Bytes
-api-id -api-type
P:Windows.UI.Xaml.FrameworkElement.ActualTheme
winrt property

Windows.UI.Xaml.FrameworkElement.ActualTheme

-description

Gets the UI theme that is currently used by the element, which might be different than the RequestedTheme.

-property-value

A value of the enumeration, for example Light.

The value of this property will not be Default.

-remarks

-see-also

-examples