'Declaration <DescriptionAttribute("The annotation comment.")> Public Overridable Property Comment As Vintasoft.Imaging.Annotation.Comments.AnnotationComment
[Description("The annotation comment.")] public virtual Vintasoft.Imaging.Annotation.Comments.AnnotationComment Comment { get; set; }
[Description("The annotation comment.")] public: __property virtual Vintasoft.Imaging.Annotation.Comments.AnnotationComment* get_Comment(); public: __property virtual void set_Comment(
Vintasoft.Imaging.Annotation.Comments.AnnotationComment* value
);
[Description("The annotation comment.")] public:
virtual property Vintasoft.Imaging.Annotation.Comments.AnnotationComment^ Comment { Vintasoft.Imaging.Annotation.Comments.AnnotationComment^ get(); void set(Vintasoft.Imaging.Annotation.Comments.AnnotationComment^ value); }