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