Gets or sets the client offset of this decoration.
Namespace: MindFusion.Mapping
File: Decoration.js
SyntaxJavaScript
Copy Code
|
|---|
get offset() {} |
Point. A Point instance representing the client offset of this decoration.
ExampleThe 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(); |
See Also