'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the small change used by the scrollbar in NDateTimeSpan format.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Step As NDateTimeSpan
'Usage
Dim instance As NDateTimeValueSnapper Dim value As NDateTimeSpan instance.Step = value value = instance.Step
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the small change used by the scrollbar in NDateTimeSpan format.")] [System.ComponentModel.Editor(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)] public NDateTimeSpan Step {get; set;}