Represents a header in a grid view.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public class Header : INotifyPropertyChanged |
Visual Basic Copy Code |
---|
Public Class Header |
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 header's Style property.
System.Object
MindFusion.Diagramming.Lanes.Header