'Declaration
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies if the image is saved with a background color.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property UseBackgroundColor As Boolean
'Usage
Dim instance As SaveOptionsPng
Dim value As Boolean
instance.UseBackgroundColor = value
value = instance.UseBackgroundColor
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool UseBackgroundColor {get; set;}
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_UseBackgroundColor();
public: __property void set_UseBackgroundColor(
bool value
);
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies if the image is saved with a background color.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool UseBackgroundColor {
bool get();
void set ( bool value);
}