DDUtils.IsInFirstHalf(FrameworkElement, Point, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.