Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1GridSplitter Class / KeyboardIncrement Property

In This Topic
    KeyboardIncrement Property
    In This Topic
    Gets or sets the KeyboardIncrement property. This dependency property indicates the distance that each press of an arrow key moves a C1GridSplitter control.
    Syntax
    'Declaration
     
    
    Public Property KeyboardIncrement As Double
    public double KeyboardIncrement {get; set;}
    See Also