Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSplitterThumb Class / RestorePosition Property


In This Topic
    RestorePosition Property
    In This Topic
    Gets/Sets the position (SplitOffset or SplitFactor depending on SplitMode) at which to place the thumb when it is restored from a pane collapsed state. This value is automatically updated by Nevron.
    Syntax
    'Declaration
     
    
    Public Property RestorePosition As System.Double
    'Usage
     
    
    Dim instance As NSplitterThumb
    Dim value As System.Double
     
    instance.RestorePosition = value
     
    value = instance.RestorePosition
    public System.double RestorePosition {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