Compartir a través de


AppWindowTitleBar.IconShowOptions Propiedad

Definición

Obtiene o establece un valor que especifica cómo se muestra el icono de ventana en la barra de título.

public:
 property IconShowOptions IconShowOptions { IconShowOptions get(); void set(IconShowOptions value); };
IconShowOptions IconShowOptions();

void IconShowOptions(IconShowOptions value);
public IconShowOptions IconShowOptions { get; set; }
var iconShowOptions = appWindowTitleBar.iconShowOptions;
appWindowTitleBar.iconShowOptions = iconShowOptions;
Public Property IconShowOptions As IconShowOptions

Valor de propiedad

Valor que especifica cómo se muestra el icono de ventana en la barra de título.

Se aplica a