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

In This Topic
    Backface Property
    In This Topic
    Gets or sets the backface settings, shared by all viewports. This settings don't apply to multicolor entities like devDept.Eyeshot.Entities.RichMesh for example.
    Syntax
    'Declaration
     
    Public Property Backface As BackfaceSettings
    public BackfaceSettings Backface {get; set;}
    See Also