Gets or sets the size of item icons displayed in this list view.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Size IconSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IconSize As Size |
A System.Windows.Size structure specifying icon size.
RemarksA DiagramItem displayed in the list view is rendered at a scale that fits item's Bounds inside the specified size.
See Also