Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / SelectionStart Property

In This Topic
    SelectionStart Property
    In This Topic
    Gets or sets the starting position of the text selected in the C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    public int SelectionStart {get; set;}
    See Also