AppWindowTitleBar.Height プロパティ

定義

クライアント座標のタイトル バーの高さを取得します。

public:
 property int Height { int get(); };
int Height();
public int Height { get; }
var int32 = appWindowTitleBar.height;
Public ReadOnly Property Height As Integer

プロパティ値

Int32

int

クライアント座標のタイトル バーの高さ。

適用対象

こちらもご覧ください