Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Primitives Namespace / UpDownBase<T> Class / ButtonSpinnerLocation Property


In This Topic
    ButtonSpinnerLocation Property
    In This Topic
    Gets/Sets the location of the Up/Down buttons (either on the left or on the right) of numericUpDown controls.
    Syntax
    'Declaration
     
    Public Property ButtonSpinnerLocation As Location
    'Usage
     
    Dim instance As UpDownBase(Of T)
    Dim value As Location
     
    instance.ButtonSpinnerLocation = value
     
    value = instance.ButtonSpinnerLocation
    public Location ButtonSpinnerLocation {get; set;}

    Property Value

    Right or Left
    Requirements

    See Also