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