ScrollViewer::GetPanningRatio Method (DependencyObject^)

.NET Framework (current version)
 

Returns the value of the PanningRatio property for the specified object.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static double GetPanningRatio(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element from which the property value is read.

Return Value

Type: System::Double

The ratio of scrolling offset to translate manipulation offset.

.NET Framework
Available since 4.0
Return to top
Show: