Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesSettings Class / WireColor Property

In This Topic
    WireColor Property (HiddenLinesSettings)
    In This Topic
    Gets or sets the wires color used when WireColorMethod is edgeColorMethodType.SingleColor.
    Syntax
    'Declaration
     
    Public Property WireColor As Color
    public Color WireColor {get; set;}
    See Also