AppWindowTitleBar.PreferredHeightOption プロパティ

定義

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

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 プロパティを調べて、クライアント座標の新しい高さの値を取得します。

適用対象