'Declaration
<DescriptionAttribute("Specifies the backgroundColor color for the image.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property BackgroundColor As Color
'Usage
Dim instance As SaveOptionsPng
Dim value As Color
instance.BackgroundColor = value
value = instance.BackgroundColor
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public Color BackgroundColor {get; set;}
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property Color get_BackgroundColor();
public: __property void set_BackgroundColor(
Color value
);
[DescriptionAttribute("Specifies the backgroundColor color for the image.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property Color BackgroundColor {
Color get();
void set ( Color value);
}