Search
ContainerNode.CaptionHeight Property
See Also
 





Gets or sets the height of the container's caption bar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float CaptionHeight { get; set; }

Visual Basic  Copy Code

Public Property CaptionHeight As Single

 Property Value

float value specifying the height of the caption bar. Initialized with the value of ContainerCaptionHeight.

 See Also