'Declaration <DescriptionAttribute("The color for newly exposed regions of image.")> <DefaultValueAttribute(null)> Public Property BackColor As Vintasoft.Imaging.ImageColors.ColorBase
[Description("The color for newly exposed regions of image.")] [DefaultValue(null)] public Vintasoft.Imaging.ImageColors.ColorBase BackColor { get; set; }
[Description("The color for newly exposed regions of image.")] [DefaultValue(null)] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_BackColor(); public: __property void set_BackColor(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[Description("The color for newly exposed regions of image.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ BackColor { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }