Enum ObjectMaterialTextAlign
Specifies the alignment of text on an object material.
public enum ObjectMaterialTextAlign
Fields
Center = 1Centers the text on the material.
Left = 0Aligns the text to the left side of the material.
Right = 2Aligns the text to the right side of the material.