'Declaration <DescriptionAttribute("The text properties")> Public Property TextProperties As Vintasoft.Imaging.Annotation.AnnotationTextProperties
[Description("The text properties")] public Vintasoft.Imaging.Annotation.AnnotationTextProperties TextProperties { get; set; }
[Description("The text properties")] public: __property Vintasoft.Imaging.Annotation.AnnotationTextProperties* get_TextProperties(); public: __property void set_TextProperties(
Vintasoft.Imaging.Annotation.AnnotationTextProperties* value
);
[Description("The text properties")] public:
property Vintasoft.Imaging.Annotation.AnnotationTextProperties^ TextProperties { Vintasoft.Imaging.Annotation.AnnotationTextProperties^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationTextProperties^ value); }