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