Search
ContainerNode.FoldedCaptionHeight Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double FoldedCaptionHeight { get; set; }

Visual Basic  Copy Code

Public Property FoldedCaptionHeight As Double

 Property Value

A double value specifying caption height of folded container. The default value is NaN.

 Remarks

When this property is not set, the caption bar fills the entire folded container, matching the height specified by FoldedSize.

 See Also