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

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