'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The color of the text.")> Public Property TextColor As Vintasoft.Imaging.ImageColors.LabColor
[Category("Dicom")] [Description("The color of the text.")] public Vintasoft.Imaging.ImageColors.LabColor TextColor { get; set; }
[Category("Dicom")] [Description("The color of the text.")] public: __property Vintasoft.Imaging.ImageColors.LabColor* get_TextColor(); public: __property void set_TextColor(
Vintasoft.Imaging.ImageColors.LabColor* value
);
[Category("Dicom")] [Description("The color of the text.")] public:
property Vintasoft.Imaging.ImageColors.LabColor^ TextColor { Vintasoft.Imaging.ImageColors.LabColor^ get(); void set(Vintasoft.Imaging.ImageColors.LabColor^ value); }