'Declaration <DescriptionAttribute("The appearance of the hyperlink when the user clicked the link.")> Public Property ClickedLinkAppearance As Vintasoft.Imaging.Annotation.LinkAppearance
[Description("The appearance of the hyperlink when the user clicked the link.")] public Vintasoft.Imaging.Annotation.LinkAppearance ClickedLinkAppearance { get; set; }
[Description("The appearance of the hyperlink when the user clicked the link.")] public: __property Vintasoft.Imaging.Annotation.LinkAppearance* get_ClickedLinkAppearance(); public: __property void set_ClickedLinkAppearance(
Vintasoft.Imaging.Annotation.LinkAppearance* value
);
[Description("The appearance of the hyperlink when the user clicked the link.")] public:
property Vintasoft.Imaging.Annotation.LinkAppearance^ ClickedLinkAppearance { Vintasoft.Imaging.Annotation.LinkAppearance^ get(); void set(Vintasoft.Imaging.Annotation.LinkAppearance^ value); }