DxHtmlPainterContext.GetCursor(DxHtmlHitInfo) Method
Returns the cursor assigned to this HTML element in a CSS stylesheet.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hitInfo | DevExpress.Utils.Html.DxHtmlHitInfo | The hit information related to the target HTML element. |
Returns
| Type | Description |
|---|---|
| Cursor | The cursor related to the target HTML element. |
Remarks
To specify which cursor an HTML element should display upon hover, use the cursor CSS property:
.button { cursor: pointer; }
See Also