AppWindowTitleBar.IconShowOptions Property

Definition

Gets or sets a value that specifies how the window icon is displayed in the title bar.

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

Property Value

A value that specifies how the window icon is displayed in the title bar.

Applies to