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

In This Topic
    RotateX Property
    In This Topic
    Gets or sets the properties of the arc for the rotation around X axis.
    Syntax
    'Declaration
     
    Public Property RotateX As ObjectManipulatorPartProperties
    public ObjectManipulatorPartProperties RotateX {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also