Gets or sets the activity level of this item, typically used to drive heatmap overlays or density visualizations on custom controls.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ActivityLevel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActivityLevel As Double |
A double value specifying activity level. The default value is 0.
RemarksThis property can be used to store an activity level in process diagrams or any other custom data. It can also be used to calculate a heat map visualization in the MiniMap control when the corresponding HeatmapMode flag is set. Values should be in the 0–1 range when used for heat map calculations.
See Also