Search
TextFormat Constructor (Align, Align)
See Also
 






Initializes a new instance of the TextFormat class.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public TextFormat (
    Align horizontalAlign,
    Align verticalAlign
)

 Parameters

horizontalAlign

One of the Align constants.

verticalAlign

One of the Align constants.

 See Also