This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.AlphaEnabled Property

Gets/sets a value that specifies whether to alpha blend the bitmap or just copy (alpha channel is ignored).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property AlphaEnabled As Boolean
C#
[BrowsableAttribute(true)]
public bool AlphaEnabled { get; set; }

Property Value

The value that specifies whether to alpha blend the bitmap or just copy (alpha channel is ignored).

See Also

Reference