'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets/sets the view associated with the statusbar")> Public Property View As NDrawingView
'Usage
Dim instance As NDiagramStatusBar Dim value As NDrawingView instance.View = value value = instance.View
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets/sets the view associated with the statusbar")] public NDrawingView View {get; set;}