Search
NodeListView.IconSize Property
See Also
 





Gets or sets the size of nodes displayed in this list view.

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

 Syntax

C#  Copy Code

public Size IconSize { get; set; }

Visual Basic  Copy Code

Public Property IconSize As Size

 Property Value

A System.Windows.Size instance. The default value is Empty.

 Remarks

If this property is not set, list icons are as big as Bounds value of source nodes.

 See Also