'Declaration Public Property FocusedAnnotationData As Vintasoft.Imaging.Annotation.AnnotationData
public Vintasoft.Imaging.Annotation.AnnotationData FocusedAnnotationData { get; set; }
public: __property Vintasoft.Imaging.Annotation.AnnotationData* get_FocusedAnnotationData(); public: __property void set_FocusedAnnotationData(
Vintasoft.Imaging.Annotation.AnnotationData* value
);
public:
property Vintasoft.Imaging.Annotation.AnnotationData^ FocusedAnnotationData { Vintasoft.Imaging.Annotation.AnnotationData^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationData^ value); }