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


In This Topic
    DecimalCellSize Property
    In This Topic
    Specifies the size of the cells displaying decimal values in the display
    Syntax
    'Declaration
     
    
    Public Property DecimalCellSize As NSize
    'Usage
     
    
    Dim instance As NNumericLedDisplay
    Dim value As NSize
     
    instance.DecimalCellSize = value
     
    value = instance.DecimalCellSize
    public NSize DecimalCellSize {get; set;}
    Remarks
    This property has effect only when the display uses decimal formatting
    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