Gets or sets the alignment of text within the bounds of the control.
[Visual Basic]
Public Property Alignment As TextAlignment[C#]
public TextAlignment Alignment {get; set;}TextAlignment enum. The default value is TextAlignment.Left. Possible values are:
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Label Class | Label Members | VerticalAlignment | TextAlignment
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.