Gets or sets a weight value used in layout and path-finding algorithms.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Weight() As Single |
C++
Copy Code
|
|---|
public: |
A float value specifying the weight of this item. The default value is 1.
RemarksCurrently node weights are used in the implementation of TreeMapLayout, where the ratio of node areas corresponds to the ratio of their weights.
See Also