Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NImageColumnFormat Class / UseFixedImageWidth Property


In This Topic
    UseFixedImageWidth Property
    In This Topic
    Gets or sets whether fixed image width should be used. If set to true all images will have the width specified by FixedImageWidth.
    Syntax
    'Declaration
     
    
    Public Property UseFixedImageWidth As System.Boolean
    'Usage
     
    
    Dim instance As NImageColumnFormat
    Dim value As System.Boolean
     
    instance.UseFixedImageWidth = value
     
    value = instance.UseFixedImageWidth
    public System.bool UseFixedImageWidth {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