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