Gets or sets a string specifying cause label binding path relative to cause items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string CauseLabelPath { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CauseLabelPath As String |
A string specifying property name of cause labels.
RemarksSet this property if the collection obtained through CausesPath contains data objects, to specify which of their properties contains cause labels.
See Also