'Declaration <DescriptionAttribute("The blending color.")> Public Property BlendColor As Vintasoft.Imaging.ImageColors.Argb64Color
[Description("The blending color.")] public Vintasoft.Imaging.ImageColors.Argb64Color BlendColor { get; set; }
[Description("The blending color.")] public: __property Vintasoft.Imaging.ImageColors.Argb64Color* get_BlendColor(); public: __property void set_BlendColor(
Vintasoft.Imaging.ImageColors.Argb64Color* value
);
[Description("The blending color.")] public:
property Vintasoft.Imaging.ImageColors.Argb64Color^ BlendColor { Vintasoft.Imaging.ImageColors.Argb64Color^ get(); void set(Vintasoft.Imaging.ImageColors.Argb64Color^ value); }