'Declaration <RefreshPropertiesAttribute(All)> <DescriptionAttribute("The background color of the image.")> <DefaultValueAttribute(ARGB32(0,0,0,0))> Public Property BackColor As Vintasoft.Imaging.ImageColors.ColorBase
[RefreshProperties(All)] [Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] public Vintasoft.Imaging.ImageColors.ColorBase BackColor { get; set; }
[RefreshProperties(All)] [Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_BackColor(); public: __property void set_BackColor(
Vintasoft.Imaging.ImageColors.ColorBase* value
);
[RefreshProperties(All)] [Description("The background color of the image.")] [DefaultValue(ARGB32(0,0,0,0))] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ BackColor { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
Property Value
Значение по умолчанию прозрачное.