Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / HiddenLinesSettings Class / PolygonColor Property

In This Topic
    PolygonColor Property
    In This Topic
    Gets or sets the color used to draw the polygons when ColorMethod is hiddenLinesColorMethodType.SingleColor.
    Syntax
    'Declaration
     
    Public Property PolygonColor As Color
    public Color PolygonColor {get; set;}
    See Also