'Declaration <DescriptionAttribute("The color which must be used as transparent color.")> <DefaultValueAttribute(System.Drawing.Color, "0, 255, 255, 255")> Public Property TransparentColor As System.Drawing.Color
[Description("The color which must be used as transparent color.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public System.Drawing.Color TransparentColor { get; set; }
[Description("The color which must be used as transparent color.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public: __property System.Drawing.Color* get_TransparentColor(); public: __property void set_TransparentColor(
System.Drawing.Color* value
);
[Description("The color which must be used as transparent color.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public:
property System.Drawing.Color^ TransparentColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }