Gets or sets the height of the container's caption bar when folded.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double FoldedCaptionHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FoldedCaptionHeight As Double |
A double value specifying caption height of folded container. The default value is NaN.
RemarksWhen this property is not set, the caption bar fills the entire folded container, matching the height specified by FoldedSize.
See Also