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