Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NNumericLedDisplay Class / AttachSignToNumber Property


In This Topic
    AttachSignToNumber Property
    In This Topic
    Gets or sets value indicating whether the sign must be attached to the most significant digit of the displayed number
    Syntax
    'Declaration
     
    
    Public Property AttachSignToNumber As System.Boolean
    'Usage
     
    
    Dim instance As NNumericLedDisplay
    Dim value As System.Boolean
     
    instance.AttachSignToNumber = value
     
    value = instance.AttachSignToNumber
    public System.bool AttachSignToNumber {get; set;}
    Remarks
    This property has effect only if SignMode is set to SignMode.Negative or SignMode.Always
    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