Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNumericUpDown Class / DefaultSizeMeasureValue Property


In This Topic
    DefaultSizeMeasureValue Property
    In This Topic
    Gets or sets a value that is used to measure the default size of the numeric up down.
    Syntax
    'Declaration
     
    
    Public Property DefaultSizeMeasureValue As System.Double
    'Usage
     
    
    Dim instance As NNumericUpDown
    Dim value As System.Double
     
    instance.DefaultSizeMeasureValue = value
     
    value = instance.DefaultSizeMeasureValue
    public System.double DefaultSizeMeasureValue {get; set;}
    Remarks
    It is recommended to set a value to this property that is close or bigger that the abs(minimum) and maximum values of the up down.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also