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

In This Topic
    Step Property
    In This Topic
    Gets or sets the step between grid lines (meaningful only when AutoStep is false).
    Syntax
    'Declaration
     
    Public Property Step As Double
    public double Step {get; set;}
    See Also