Search
ItemLabel.horizontalOffset Property
See Also
 





Gets or sets label's horizontal offset from its pin point.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

get horizontalOffset() {}
set horizontalOffset(value) {}

 Property Value

Number

A number specifying label's horizontal position, specified in diagram's measureUnit.

 See Also