Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / PathConfiguration Class / StartOffset Property


In This Topic
    StartOffset Property
    In This Topic

    Gets or sets the offset on the path where the first item is initially displayed and where it falls when at the "top" of the list.

    Syntax
    'Declaration
     
    Public Property StartOffset As Double
    'Usage
     
    Dim instance As PathConfiguration
    Dim value As Double
     
    instance.StartOffset = value
     
    value = instance.StartOffset
    public double StartOffset {get; set;}

    Property Value

    A double value between 0.0 and 1.0 representing the offset on the path where the first item is initially displayed and where it falls when at the "top" of the list, where 0.0 represents the "start" of the path. By default, 0.0d.

    Remarks
    The value of StartOffset is between 0.0 and 1.0, where 0.5 represents 50%, or the middle, of the path.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also