'Declaration
<DescriptionAttribute("Enables/disables alpha blending an image to the background of the control when an alpha channel is present in the image.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AlphaBlend As Boolean
'Usage
Dim instance As ImageXView
Dim value As Boolean
instance.AlphaBlend = value
value = instance.AlphaBlend
[DescriptionAttribute("Enables/disables alpha blending an image to the background of the control when an alpha channel is present in the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool AlphaBlend {get; set;}
[DescriptionAttribute("Enables/disables alpha blending an image to the background of the control when an alpha channel is present in the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_AlphaBlend();
public: __property void set_AlphaBlend(
bool value
);
[DescriptionAttribute("Enables/disables alpha blending an image to the background of the control when an alpha channel is present in the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool AlphaBlend {
bool get();
void set ( bool value);
}