IWindowImplSetExtendClientAreaTitleBarHeightHint Method
Sets how big the non-client titlebar area should be.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetExtendClientAreaTitleBarHeightHint(
double titleBarHeight
)
Sub SetExtendClientAreaTitleBarHeightHint (
titleBarHeight As Double
)
abstract SetExtendClientAreaTitleBarHeightHint :
titleBarHeight : float -> unit
Parameters
- titleBarHeight Double
- -1 for platform default, otherwise the height in DIPs.