AppWindowTitleBar.PreferredHeightOption プロパティ

定義

プロパティtrueが の場合にタイトル バーの高さオプションを指定する値をAppWindowTitleBar.ExtendsContentIntoTitleBar取得または設定します。

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

void PreferredHeightOption(TitleBarHeightOption value);
public TitleBarHeightOption PreferredHeightOption { get; set; }
var titleBarHeightOption = appWindowTitleBar.preferredHeightOption;
appWindowTitleBar.preferredHeightOption = titleBarHeightOption;
Public Property PreferredHeightOption As TitleBarHeightOption

プロパティ値

タイトル バーの推奨される高さを示す 列挙体の値。 既定値は、Standard です。

注釈

Height プロパティを 調べて、このプロパティを設定した後にクライアント座標の新しい高さの値を取得します。

適用対象