Gets or sets the height of the items.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public int ItemHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemHeight As Integer |
An integer value. The default is 55.
See Also