Gets or sets the height of the node's caption bar.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double CaptionHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaptionHeight As Double |
A double value specifying the caption bar height. The default value is 18.
See Also