ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Properties > GlobalAttrTextAlign Property |
Gets and sets the default value to be used for AttrText Property whenever a new mark is created. Specifies the alignment of the text in an Attach-a-Note, Pin Up Text, Text Stamp, or Typed Text mark.
Read-write property
Long
Default Value: ART_TEXT_TOP + ART_TEXT_LEFT
Valid Values: Use the enumIGArtTextAlignMode Enumeration values to specify the alignment. For example:
AttrTextAlign = ART_TEXT_TOP + ART_TEXT_LEFT
will result in top-aligned, left justified
AttrTextAlign = ART_TEXT_BOTTOM + ART_TEXT_RIGHT
will result in bottom-aligned, right justified.
Use bottom-alignment only for single-line text; anything over 1 line long will be partially hidden. |
N/A