Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SelectorBarItem.Icon 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 item's graphical icon.

public:
 property IconElement ^ Icon { IconElement ^ get(); void set(IconElement ^ value); };
IconElement Icon();

void Icon(IconElement value);
public IconElement Icon { get; set; }
var iconElement = selectorBarItem.icon;
selectorBarItem.icon = iconElement;
Public Property Icon As IconElement

Property Value

The icon associated with the item. The default is null.

Applies to


Feedback

Was this page helpful?