AppWindowTitleBar.IconShowOptions 屬性

定義

取得或設定值,指定視窗圖示在標題列中的顯示方式。

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

屬性值

值,指定視窗圖示在標題列中的顯示方式。

適用於