Back to Devexpress

ScrollingSettings.GetDecelerationRatio(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-navbar-dot-scrollingsettings-dot-getdecelerationratio-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

ScrollingSettings.GetDecelerationRatio(DependencyObject) Method

Gets the value of the ScrollingSettings.DecelerationRatio attached property for a specified dependency object.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static double GetDecelerationRatio(
    DependencyObject d
)
vb
Public Shared Function GetDecelerationRatio(
    d As DependencyObject
) As Double

Parameters

NameTypeDescription
dDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Double

The ScrollingSettings.DecelerationRatio property value for the element.

|

See Also

ScrollingSettings Class

ScrollingSettings Members

DevExpress.Xpf.NavBar Namespace