Class
LabelContainer.LabelContainerDataContextProxy

Represent a wrapper around the DataContext property of LabelContainer object.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class LabelContainer.LabelContainerDataContextProxy : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseLabelContainer.LabelContainerDataContextProxy

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

LabelContainerDataContextProxy()

Declaration

cs-api-definition
public LabelContainerDataContextProxy()

Properties

Value

Gets or sets the value.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double