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

In This Topic
    AutoStep Property
    In This Topic
    If true, the grid real step is a multiple of the Step to keep the number of lines between MinNumberOfLines and MaxNumberOfLines.
    Syntax
    'Declaration
     
    Public Property AutoStep As Boolean
    public bool AutoStep {get; set;}
    See Also