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

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