Search
Renderers.FoldIconRenderer Property
See Also
 





Gets or sets a FoldIconRenderer instance used to draw fold and unfold buttons in ContainerNode caption bar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static FoldIconRenderer FoldIconRenderer { get; set; }

Visual Basic  Copy Code

Public Shared Property FoldIconRenderer As FoldIconRenderer

 Property Value

The default value is null, which applies default icons.

 See Also