MindFusion.Wpf Pack Programmer's Guide
Header Class
Remarks See Also
 





Represents a header in a grid view.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class Header : TextPresenter, InplaceEditable

Visual Basic  Copy Code

Public Class Header
    Inherits TextPresenter
    Implements InplaceEditable

 Remarks

The Header class provides the properties to define and adjust headers in the lanes grid.

The size of a header can be set through the Height and Width properties. Note that the size of the rows and columns in the grid is controlled through the size of their headers. The SubHeaders property lets you add child rows or columns to the grid. The ResizeType property is used to specify how to resize child columns and rows when the topmost headers are resized. The possible values for the ResizeType property are defined in the ResizeType enumeration.

In order to specify the color, font or alignment of the header Title, set the TitleColor, TitleFont or TitleFormat properties.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Diagramming.Wpf.TextPresenter
                            MindFusion.Diagramming.Wpf.Lanes.Header

 See Also

Header Members
MindFusion.Diagramming.Wpf.Lanes Namespace