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