Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Grid Class / FillColor Property

In This Topic
    FillColor Property (Grid)
    In This Topic
    Gets or sets the color used to draw the grid plane.
    Syntax
    'Declaration
     
    Public Property FillColor As Brush
    public Brush FillColor {get; set;}
    See Also