XamlUIPresenter.ThemeKey Property

Definition

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

String

Platform::String

winrt::hstring

A string key.

Applies to