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