Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CurrentWireColor Property

In This Topic
    CurrentWireColor Property
    In This Topic
    Gets or sets the current color for wireframe entities.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentWireColor As Color
    public Color CurrentWireColor {get;}
    Remarks
    use the SetWireframeColor to properly set it.
    See Also