Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NPropertyBrowser Class / View Property


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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also