'Declaration <DescriptionAttribute("The blending color.")> <DefaultValueAttribute(System.Drawing.Color, "255, 255, 255, 255")> Public Property BlendColor As System.Drawing.Color
[Description("The blending color.")] [DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] public System.Drawing.Color BlendColor { get; set; }
[Description("The blending color.")] [DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] public: __property System.Drawing.Color* get_BlendColor(); public: __property void set_BlendColor(
System.Drawing.Color* value
);
[Description("The blending color.")] [DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] public:
property System.Drawing.Color^ BlendColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }