Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDoublePropertyEditor Class / RelativePositionTemplate Field


In This Topic
    RelativePositionTemplate Field (NDoublePropertyEditor)
    In This Topic
    An editor template for single-precision floating-point values. Range=[-1000, 1000], step = 0.01, decimal places=2.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly RelativePositionTemplate As NEditorTemplate
    'Usage
     
    
    Dim value As NEditorTemplate
     
    value = NDoublePropertyEditor.RelativePositionTemplate
    public static readonly NEditorTemplate RelativePositionTemplate
    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