Share via


WebUICommandBarSymbolIcon.Symbol Property

Definition

Deprecated. Gets or sets the symbol of the command bar symbol icon.

public:
 property Platform::String ^ Symbol { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Symbol();

void Symbol(winrt::hstring value);
public string Symbol { get; set; }
var string = webUICommandBarSymbolIcon.symbol;
webUICommandBarSymbolIcon.symbol = string;
Public Property Symbol As String

Property Value

String

Platform::String

winrt::hstring

The symbol.

Remarks

Use of the Command Bar (also known as "App Bar") UX element is deprecated for UWP apps using JavaScript and no longer supported. If your app still requires it, this functionality is available from the WinJS 4 library.

Applies to