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