MindFusion.Wpf Pack Programmer's Guide
Window.Header Property
See Also
 





Gets or sets the content of the window title bar. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public Object Header { get; set; }

Visual Basic  Copy Code

Public Property Header As Object

 Property Value

Any .NET object.

 Remarks

The DataTemplate specified by HeaderTemplate is used to display this object.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace