Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTopLevelWindow Class / ResizeFrameThickness Property


In This Topic
    ResizeFrameThickness Property
    In This Topic
    Gets or sets the thickness of the window resize frame (the frame which the user can use to interactively resize the window). Typically set through styling.
    Syntax
    'Declaration
     
    
    Public Property ResizeFrameThickness As NMargins
    'Usage
     
    
    Dim instance As NTopLevelWindow
    Dim value As NMargins
     
    instance.ResizeFrameThickness = value
     
    value = instance.ResizeFrameThickness
    public NMargins ResizeFrameThickness {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