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

标题栏的高度(以客户端坐标表示)。

适用于

另请参阅