Returns the attributes used to draw the onscreen presentation of link text.
Original signature is '- (NSDictionary *)linkTextAttributes'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary LinkTextAttributes { get; set; }
Public Overridable Property LinkTextAttributes As NSDictionary Get Set
public: virtual property NSDictionary^ LinkTextAttributes { NSDictionary^ get (); void set (NSDictionary^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)