Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / StackFillMode Property


In This Topic
    StackFillMode Property
    In This Topic
    Gets or sets the fill mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false).
    Syntax
    'Declaration
     
    
    Public Property StackFillMode As ENStackFillMode
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As ENStackFillMode
     
    instance.StackFillMode = value
     
    value = instance.StackFillMode
    public ENStackFillMode StackFillMode {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