Search
LinkLabel.horizontalAlign Property
See Also
 





Gets or sets the label's horizontal alignment.

Namespace: MindFusion.Diagramming
Package: LinkLabel.js

 Syntax

JavaScript  Copy Code

get horizontalAlign() {}
set horizontalAlign(value) {}

 Property Value

Alignment

A member of the Alignment enumeration.

 See Also