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

プロパティ値

ウィンドウ アイコンをタイトル バーに表示する方法を示す 値です。

適用対象