WindowExtendClientAreaTitleBarHeightHint Property

Gets or Sets the TitlebarHeightHint for when the client area is extended. A value of -1 will cause the titlebar to be auto sized to the OS default. Any other positive value will cause the titlebar to assume that height.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public double ExtendClientAreaTitleBarHeightHint { get; set; }

Property Value

Double

See Also