Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / RenderTechnology Property


In This Topic
    RenderTechnology Property (NView)
    In This Topic
    Gets / sets the render technology of this view
    Syntax
    'Declaration
     
    
    Public Property RenderTechnology As RenderTechnology
    'Usage
     
    
    Dim instance As NView
    Dim value As RenderTechnology
     
    instance.RenderTechnology = value
     
    value = instance.RenderTechnology
    public RenderTechnology RenderTechnology {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