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


In This Topic
    SplitFactor Property (NSplitterThumb)
    In This Topic
    Gets/Sets the proportion factor at which to split. Used only when SplitMode is set to Proportional. Valid values are in the range [0, 1] (e.g. a value of 0.5 means split at the center). When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable a replacement. By default set to NaN.
    Syntax
    'Declaration
     
    
    Public Property SplitFactor As System.Double
    'Usage
     
    
    Dim instance As NSplitterThumb
    Dim value As System.Double
     
    instance.SplitFactor = value
     
    value = instance.SplitFactor
    public System.double SplitFactor {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