Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandWidgetFactory Class / ItemImageSize Property


In This Topic
    ItemImageSize Property
    In This Topic
    Gets/Sets the preferred size of the images of the drop down list items produced by this factory. Set this property to NSize.Undefined to use the original size of the images. By default set to (16, 16).
    Syntax
    'Declaration
     
    
    Public Property ItemImageSize As NSize
    'Usage
     
    
    Dim instance As NCommandWidgetFactory
    Dim value As NSize
     
    instance.ItemImageSize = value
     
    value = instance.ItemImageSize
    public NSize ItemImageSize {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