IWindowImplSetExtendClientAreaToDecorationsHint Method

Sets if the ClientArea is extended into the non-client area.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetExtendClientAreaToDecorationsHint(
	bool extendIntoClientAreaHint
)

Parameters

extendIntoClientAreaHint  Boolean
true to enable, false to disable

See Also