'Declaration <DescriptionAttribute("The color of the Pattern On as RGB.")> <CategoryAttribute("Dicom")> Public Property PatternOnRgbColor As System.Drawing.Color
[Description("The color of the Pattern On as RGB.")] [Category("Dicom")] public System.Drawing.Color PatternOnRgbColor { get; set; }
[Description("The color of the Pattern On as RGB.")] [Category("Dicom")] public: __property System.Drawing.Color* get_PatternOnRgbColor(); public: __property void set_PatternOnRgbColor(
System.Drawing.Color* value
);
[Description("The color of the Pattern On as RGB.")] [Category("Dicom")] public:
property System.Drawing.Color^ PatternOnRgbColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }