'Declaration <DescriptionAttribute("The background color of the image.")> <DefaultValueAttribute(ARGB32(0,0,0,0))> <RefreshPropertiesAttribute(All)> Public Property BackColor As Vintasoft.Imaging.ImageColors.ColorBase
[Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] [RefreshProperties(All)] public Vintasoft.Imaging.ImageColors.ColorBase BackColor { get; set; }
[Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] [RefreshProperties(All)] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_BackColor(); public: __property void set_BackColor(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] [RefreshProperties(All)] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ BackColor { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
Property Value
Default value is transparent.