ISccUIClickedEventArgs.ClickedElementPosition Property
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.
The rectangle of the UI element that was clicked in screen coordinates.
public:
property System::Windows::Rect ClickedElementPosition { System::Windows::Rect get(); };
public System.Windows.Rect ClickedElementPosition { get; }
member this.ClickedElementPosition : System.Windows.Rect
Public ReadOnly Property ClickedElementPosition As Rect