DevZest WPF Docking
SplitContainerKeyboardIncrement Property |
Gets or sets the distance that each press of an arrow key moves the splitter. This is a dependency property.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double KeyboardIncrement { get; set; }
Public Property KeyboardIncrement As Double Get Set
Property Value
Type: DoubleThe distance that the splitter moves for each press of an arrow key. The default is 10.
See Also