Search
ETextStyle Enumeration
See Also
 



Members of this enumeration specify how text is aligned inside a diagram item.

 Syntax

VB6  Copy Code

Public Enum ETextStyle

C++  Copy Code

enum ETextStyle

 Members

  Member name Value Description

tsLeftML

16

Display the text on multiple lines at the left side of the item.

tsCenterML

17

Display the text on multiple lines at the center of the item.

tsRightML

18

Display the text on multiple lines at the right side of the item.

tsTop

33

Align the text to the top of the item.

tsLeft

36

Align the text to the left side of the item.

tsCenter

37

Align the text to the center of the item.

tsRight

38

Align the text to the right side of the item.

tsBottom

41

Align the text to the top of the item.

tsBelow

1000

Display the text below the item.

tsFitPolyTop

2000

Layout the text inside the non-rectangular outlines of the item starting from the top.

tsFitPolyCenter

2001

Layout the text inside the non-rectangular outlines of the item starting from the center.

tsFitPolyBottom

2002

Layout the text inside the non-rectangular outlines of the item starting from the bottom.

tsFitPolyBelow

2003

Display formatted text below the item.

 See Also