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