Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SplitViewCommand icon.
Syntax
<div
data-win-control="WinJS.UI.SplitViewCommand"
data-win-options="{ icon : value}">
</div>
var icon = splitViewCommand.icon;
splitViewCommand.icon = icon;
Property value
Type: String
One of the values of AppBarIcon, or a PNG file.
Remarks
Custom icons should be 40x40 PNG files with a transparent background.
Requirements
Minimum WinJS version |
WinJS 4.2 |
Namespace |
WinJS.UI |
See also
Designers