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

In This Topic
    AlwaysBehind Property
    In This Topic
    If true, the grids is drawn always behind the geometry.
    Syntax
    'Declaration
     
    Public Property AlwaysBehind As Boolean
    public bool AlwaysBehind {get; set;}
    See Also