Gets or sets the height of the window's header. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double HeaderHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderHeight As Double |
A double value specifying the height of the window's title, in device independent units.
See Also