Gets the y offset of the adorner

Namespace: Ico.WPF.Specialized.DataGridControl.DragDrop
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static double GetFeedbackUIOffsetY(
	DependencyObject source
)
Visual Basic
Public Shared Function GetFeedbackUIOffsetY ( _
	source As DependencyObject _
) As Double
JScript
public static function GetFeedbackUIOffsetY(
	source : DependencyObject
) : double

Parameters

source
Type: System.Windows..::..DependencyObject
Target element

Return Value

The y offset of the adorner

See Also