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