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

In This Topic
    Max Property (Grid)
    In This Topic
    Gets or sets the grid maximum 2D point relative to the grid plane.
    Syntax
    'Declaration
     
    Public Property Max As Point2D
    public Point2D Max {get; set;}
    See Also