Share via


DDUtils.IsInFirstHalf(FrameworkElement, Point, Boolean) Method

Definition

public:
 static bool IsInFirstHalf(System::Windows::FrameworkElement ^ container, System::Windows::Point clickedPoint, bool hasVerticalOrientation);
public static bool IsInFirstHalf (System.Windows.FrameworkElement container, System.Windows.Point clickedPoint, bool hasVerticalOrientation);
static member IsInFirstHalf : System.Windows.FrameworkElement * System.Windows.Point * bool -> bool
Public Shared Function IsInFirstHalf (container As FrameworkElement, clickedPoint As Point, hasVerticalOrientation As Boolean) As Boolean

Parameters

container
FrameworkElement
clickedPoint
Point
hasVerticalOrientation
Boolean

Returns

Returns Boolean.

Applies to