Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / Translate Property

In This Topic
    Translate Property
    In This Topic
    Gets or sets the properties of the translation on view ball.
    Syntax
    'Declaration
     
    Public Property Translate As ObjectManipulatorPartProperties
    public ObjectManipulatorPartProperties Translate {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also