ComponentOne Basic Library for UWP
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 System.Double
    public System.double KeyboardIncrement {get; set;}
    See Also