Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMeasureUpDownCommandSource Class / BaseUnit Property


In This Topic
    BaseUnit Property
    In This Topic
    Gets or sets the base unit of this measure up down command source. This is the unit to which the value of the measure up down is converted when the command is executed.
    Syntax
    'Declaration
     
    
    Public Property BaseUnit As NUnit
    'Usage
     
    
    Dim instance As NMeasureUpDownCommandSource
    Dim value As NUnit
     
    instance.BaseUnit = value
     
    value = instance.BaseUnit
    public NUnit BaseUnit {get; set;}
    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