XamlUIPresenter.ThemeKey Property
Definition
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 string key that identifies the theme set to use from ThemeResourcesXaml.
public:
property Platform::String ^ ThemeKey { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ThemeKey();
void ThemeKey(winrt::hstring value);
public string ThemeKey { get; set; }
var string = xamlUIPresenter.themeKey;
xamlUIPresenter.themeKey = string;
Public Property ThemeKey As String
Property Value
A string key.