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