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