Class LabelContainer.LabelContainerDataContextProxy
Represent a wrapper around the DataContext property of LabelContainer object.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class LabelContainerDataContextProxy : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
LabelContainerDataContextProxy()
Declaration
public LabelContainerDataContextProxy()
Properties
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System.Double
|