Gets or sets the height of this header.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Height { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Height As Single |
A float 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