Compartir a través de


NavigationViewItemPresenter.Icon Propiedad

Definición

Obtiene o establece el icono de un elemento NavigationView.

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

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

Valor de propiedad

Icono del elemento NavigationView.

Se aplica a