'Declaration <DescriptionAttribute("The appearance of the hyperlink in its default state.")> Public Property LinkAppearance As LinkAppearance
[Description("The appearance of the hyperlink in its default state.")] public LinkAppearance LinkAppearance { get; set; }
[Description("The appearance of the hyperlink in its default state.")] public: __property LinkAppearance* get_LinkAppearance(); public: __property void set_LinkAppearance(
LinkAppearance* value
);
[Description("The appearance of the hyperlink in its default state.")] public:
property LinkAppearance^ LinkAppearance { LinkAppearance^ get(); void set(LinkAppearance^ value); }