DroidDiagram Programmer's Guide
Header Class
Remarks See Also
 






Represents a header in a grid view.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public class Header implements Externalizable

 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

java.lang.Object
    com.mindfusion.diagramming.lanes.Header

 See Also

Header Members
com.mindfusion.diagramming.lanes Namespace