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