SVGCursorElement
Overview
The SVGCursorElement interface provides access to the properties of <cursor> elements, as well as methods to manipulate them.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
x
property x: Double read;
Double x { get; }
var x: Double { get{} }
Double x { __get; }
ReadOnly Property x() As Double
y
property y: Double read;
Double y { get; }
var y: Double { get{} }
Double y { __get; }
ReadOnly Property y() As Double