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