Search
ComponentBase.horizontalAlignment Property
See Also
 





Gets or sets the component's horizontal alignment.

Namespace: MindFusion.Drawing
File: ComponentBase.js

 Syntax

JavaScript  Copy Code

get horizontalAlignment() {}
set horizontalAlignment(value) {}

 Property Value

LayoutAlignment

A member of the LayoutAlignment enumeration.

 See Also