Search
Diagram.ContainerCaptionHeight Property
See Also
 





Gets or sets the default value for the CaptionHeight property of containers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ContainerCaptionHeight { get; set; }

Visual Basic  Copy Code

Public Property ContainerCaptionHeight As Single

 Property Value

A float value specifying the initial height of containers' caption bars. The default is 5.

 See Also