Gets/Sets the alignment of the text in the LinkLabel.

C# | Visual Basic | Visual C++ |
public TextAlignment TextAlignment { get; set; }
Public Property TextAlignment As TextAlignment
public: property TextAlignment TextAlignment { TextAlignment get (); void set (TextAlignment value); }