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


In This Topic
    FloatingWidth Property
    In This Topic
    Gets or sets the width of the floating window created for the command bar, when it is made to float. By default set to NaN, meaning that the window is automatically sized to fit the command bar content. The value of this property is updated when the user resizes the floating window by grabbing its sides. The height of the floating window is always automatically calculated.
    Syntax
    'Declaration
     
    
    Public Property FloatingWidth As System.Double
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As System.Double
     
    instance.FloatingWidth = value
     
    value = instance.FloatingWidth
    public System.double FloatingWidth {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