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