The view or null
Namespace: AppCan.wpf.ViewsAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IView View { get; set; } |
Visual Basic |
---|
Public Property View As IView Get Set |
Visual C++ |
---|
public: virtual property IView^ View { IView^ get () sealed; void set (IView^ value) sealed; } |