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