Nevron .NET Vision
Nevron.Chart Namespace / NDateTimeValueSnapper Class / Step Property


In This Topic
    Step Property (NDateTimeValueSnapper)
    In This Topic
    Gets or sets the snapping step
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also