Gets or sets the client offset of this decoration.
Namespace: MindFusion.Mapping
Package: Decoration.js
JavaScript Copy Code |
---|
Object.defineProperty(Decoration.prototype, "offset", { value: Point }); |
Point. A Point instance representing the client offset of this decoration.
The following code creates a new Marker and sets its offset together with other properties. The Marker class derives from Decoration.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; var mark = new m.Marker(); |