Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AutoHideLabels Property

In This Topic
    AutoHideLabels Property (ViewportLayout)
    In This Topic
    Gets or sets the auto hide labels flag in the active viewport. If true labels are hidden automatically when behind the model.
    Syntax
    'Declaration
     
    Public Property AutoHideLabels As Boolean
    public bool AutoHideLabels {get; set;}
    Remarks
    With Direct3D renderer, if Antialiasing is enabled, during the movement of the camera the labels may not be correctly hidden.
    See Also