Accusoft.ImagXpress13.Net
AlphaBlend Property




Gets and sets an indication of alpha blending an image to the background of the control when an alpha channel is present in the image.
Syntax
'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);
}

Property Value

A boolean value which is true to alpha blend the image to the background of the control. Otherwise, false is returned.
Remarks

The default value is false.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback