'Declaration <DescriptionAttribute("The text style.")> <CategoryAttribute("Dicom")> Public Overridable Property TextStyle As Vintasoft.Imaging.Annotation.Dicom.TextStyle
[Description("The text style.")] [Category("Dicom")] public virtual Vintasoft.Imaging.Annotation.Dicom.TextStyle TextStyle { get; set; }
[Description("The text style.")] [Category("Dicom")] public: __property virtual Vintasoft.Imaging.Annotation.Dicom.TextStyle* get_TextStyle(); public: __property virtual void set_TextStyle(
Vintasoft.Imaging.Annotation.Dicom.TextStyle* value
);
[Description("The text style.")] [Category("Dicom")] public:
virtual property Vintasoft.Imaging.Annotation.Dicom.TextStyle^ TextStyle { Vintasoft.Imaging.Annotation.Dicom.TextStyle^ get(); void set(Vintasoft.Imaging.Annotation.Dicom.TextStyle^ value); }