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