Class RelationContainer.ArrowProxy
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class ArrowProxy : PropertyChangedBase, INotifyPropertyChanged
Constructors
ArrowProxy()
Declaration
public ArrowProxy()
Properties
PathData
Gets or sets PathData and notifies for changes.
Declaration
public string PathData { get; set; }
Property Value
System.String
|