Specifies the position of the title.
Definition
Fields
The title is positioned at the bottom.
C#
Bottom = 0
The title is positioned in the center.
C#
Center = 1
The title is positioned on the left.
C#
Left = 2
The title is positioned on the right.
C#
Right = 3
The title is positioned at the top
C#
Top = 4