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


In This Topic
    SplitOffset Property (NSplitterThumb)
    In This Topic
    Gets/Sets the fixed length offset at which to split. When SplitMode is set to OffsetFromNearSide, this defines the near side of the layout direction (e.g. when Vertical is false, this is the Left side). When SplitMode is set to OffsetFromFarSide, this defines the far side of the layout direction (e.g. when Vertical is false, this is the Right side). The value of this property is not used when SplitMode is set to Proportional. When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable replacement. By default set to NaN.
    Syntax
    'Declaration
     
    
    Public Property SplitOffset As System.Double
    'Usage
     
    
    Dim instance As NSplitterThumb
    Dim value As System.Double
     
    instance.SplitOffset = value
     
    value = instance.SplitOffset
    public System.double SplitOffset {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