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


In This Topic
    DecimalDimFill Property
    In This Topic
    Controls the appearance of dim led segments
    Syntax
    'Declaration
     
    
    Public Property DecimalDimFill As NFill
    'Usage
     
    
    Dim instance As NNumericLedDisplay
    Dim value As NFill
     
    instance.DecimalDimFill = value
     
    value = instance.DecimalDimFill
    public NFill DecimalDimFill {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