Gets or sets the default value for the CaptionHeight property of containers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double ContainerCaptionHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContainerCaptionHeight As Double |
A double value specifying the initial height of containers' caption bars. The default is 5.
See Also