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

In This Topic
    AutoSize Property
    In This Topic
    If true, the grid is resized automatically every time the model's bounding box changes.
    Syntax
    'Declaration
     
    Public Property AutoSize As Boolean
    public bool AutoSize {get; set;}
    See Also