MindFusion.Wpf Pack Programmer's Guide
ContainerNode.FoldIconSize Property
See Also
 





Gets or sets the size of the fold/unfold icon.

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

 Syntax

C#  Copy Code

public Nullable<Double> FoldIconSize { get; set; }

Visual Basic  Copy Code

Public Property FoldIconSize As Nullable(Of Double)

 Property Value

An optional double value specifying the size of fold/unfold icon. The default value is null.

 Remarks

If this property is not set, the fold icon derives its size from CaptionHeight.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
Foldable Property