'Declaration <BrowsableAttribute(False)> <DefaultValueAttribute(null)> Public Property FocusedAnnotationData As Vintasoft.Imaging.Annotation.AnnotationData
[Browsable(False)] [DefaultValue(null)] public Vintasoft.Imaging.Annotation.AnnotationData FocusedAnnotationData { get; set; }
[Browsable(False)] [DefaultValue(null)] public: __property Vintasoft.Imaging.Annotation.AnnotationData* get_FocusedAnnotationData(); public: __property void set_FocusedAnnotationData(
Vintasoft.Imaging.Annotation.AnnotationData* value
);
[Browsable(False)] [DefaultValue(null)] public:
property Vintasoft.Imaging.Annotation.AnnotationData^ FocusedAnnotationData { Vintasoft.Imaging.Annotation.AnnotationData^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationData^ value); }