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