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