Property HoveredElement
HoveredElement
Gets the element that is currently hovered over in the GeometryEditor, or null
if nothing is hovered over.
Declaration
public IGeometryEditorHoverable HoveredElement { get; }
Property Value
Type | Description |
---|---|
IGeometryEditorHoverable | The element that is currently hovered over in the GeometryEditor, or |
Remarks
When the current Tool is a ReticleTool the hovered element is the element under the reticle. When the current Tool is not a ReticleTool the hovered element is the element under the cursor or pointer. The value of HoveredElement changes, raising the HoveredElementChanged event, when:
- the mouse or reticle moves onto or off of an element
- the hovered element is deleted
- an element has stopped moving - for example, by being placed or after being moved by dragging.
It may also change when:
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |