IWindowImplSetExtendClientAreaTitleBarHeightHint Method

Sets how big the non-client titlebar area should be.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetExtendClientAreaTitleBarHeightHint(
	double titleBarHeight
)

Parameters

titleBarHeight  Double
-1 for platform default, otherwise the height in DIPs.

See Also