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

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