Search
EditComponent.setTextAlignment Method
See Also
 

Sets the horizontal alignment of the text in the edit component.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setTextAlignment (
    Align value
)

 Parameters

value

A member of the Align enumeration.

 See Also