'Declaration <DescriptionAttribute("The color of the shadow.")> <CategoryAttribute("Dicom")> Public Property ShadowRgbColor As System.Drawing.Color
[Description("The color of the shadow.")] [Category("Dicom")] public System.Drawing.Color ShadowRgbColor { get; set; }
[Description("The color of the shadow.")] [Category("Dicom")] public: __property System.Drawing.Color* get_ShadowRgbColor(); public: __property void set_ShadowRgbColor(
System.Drawing.Color* value
);
[Description("The color of the shadow.")] [Category("Dicom")] public:
property System.Drawing.Color^ ShadowRgbColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }