Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / Renderer Property

In This Topic
    Renderer Property
    In This Topic
    Gets or sets the Renderer mode.
    Syntax
    'Declaration
     
    Public Property Renderer As rendererType
    public rendererType Renderer {get; set;}
    Remarks
    Has no effect at runtime.The rendererType.OpenGL and rendererType.Direct3D renderer types require to use the methods that use a stream in order to get/set the Cursor.
    See Also