AppWindowTitleBar.Height Property

Definition

Gets the height of the title bar in client coordinates.

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

Property Value

Int32

int

The height of the title bar in client coordinates.

Applies to

See also