Gets or sets the height of this header.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public new double Height { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Height As Double |
A double value specifying the header height. The default is 0.
RemarksIf this is a row header, the property specifies the height of the whole row.
See Also