Gets or sets a weight value used in layout and path-finding algorithms.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double Weight { get; set; } |
Visual Basic Copy Code |
---|
Public Property Weight As Double |
A float value specifying the weight of this item. The default value is 1.
Currently Weight is used in the implementations of:
WpfDiagram Programmer's Guide | © 2024 MindFusion |