Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawSceneParams Class / ObjectManipulatorDrawPreview Property

In This Topic
    ObjectManipulatorDrawPreview Property
    In This Topic
    When true, the drawing pass was requested by ObjectManipulator.DrawPreview() method.
    Syntax
    'Declaration
     
    Public Property ObjectManipulatorDrawPreview As Boolean
    public bool ObjectManipulatorDrawPreview {get; set;}
    See Also