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


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