Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindowTitleBar.Height Property
Definition
- Namespace:
- Microsoft.UI.Windowing
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Was this page helpful?
