IWindowImpl.

SetExtendClientAreaTitleBarHeightHint(double) Method

Summary

Sets how big the non-client titlebar area should be.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void SetExtendClientAreaTitleBarHeightHint(double titleBarHeight)

Parameters

Name Type Description
titleBarHeight double -1 for platform default, otherwise the height in DIPs.

Return Value

Type Description
void