Search
ItemEditContext.getTextAlignment Method
See Also
 






Gets the alignment of the text of the item being edited.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public int getTextAlignment ()

 Return Value

One of the TextAlignment constants.

 Remarks

This value corresponds to the Style.getTextAlignment of the style associated with the item being edited.

 See Also