Gets or sets a value that determines the alignment of a strip line's title.
Strip Line title lines alignment
| Visual Basic (Declaration) | |
|---|---|
| Public Property TitleLineAlignment As StringAlignment | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public StringAlignment TitleLineAlignment {get; set;} | |
Return Value
A StringAlignment enumeration value. Defaults to Near.
This property sets the alignment of a strip line's title, and the direction in which the alignment occurs is always at right-angles to the title alignment that is set by the TitleAlignment property.
A value of Near aligns the title to the right or to the top of the strip line, depending on the strip line's orientation. In the same manner a value of Far aligns the title to the left or bottom of the strip line.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 