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