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