Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / TranslateY Property

In This Topic
    TranslateY Property (ObjectManipulator)
    In This Topic
    Gets or sets the properties of the arrow for the translation on Y axis.
    Syntax
    'Declaration
     
    Public Property TranslateY As ObjectManipulatorPartProperties
    public ObjectManipulatorPartProperties TranslateY {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also