ExtendClientAreaTitleBarHeightHint 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)
- C#
- VB
- F#
public double ExtendClientAreaTitleBarHeightHint { get; set; }
Public Property ExtendClientAreaTitleBarHeightHint As Double
Get
Set
member ExtendClientAreaTitleBarHeightHint : float with get, set