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





Gets or sets the height of this header.

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

 Syntax

C#  Copy Code

public new double Height { get; set; }

Visual Basic  Copy Code

Public Shadows Property Height As Double

 Property Value

A double value specifying the header height. The default is 0.

 Remarks

If this is a row header, the property specifies the height of the whole row.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace