Search
ComponentBase.verticalAlignment Property
See Also
 





Gets or sets the component's vertical alignment.

Namespace: MindFusion.Drawing
File: ComponentBase.js

 Syntax

JavaScript  Copy Code

get verticalAlignment() {}
set verticalAlignment(value) {}

 Property Value

LayoutAlignment

A member of the LayoutAlignment enumeration.

 See Also