ScrollingSettings.GetMinScrollValue(DependencyObject) Method
Gets the value of the ScrollingSettings.MinScrollValue property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | The DependencyObject to which the property is attached. |
Returns
Type | Description |
---|---|
Nullable<Double> | A Double value that specifies the swipe sensitivity. |
See Also