AppWindowTitleBar.PreferredHeightOption プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティを調べて、クライアント座標の新しい高さの値を取得します。