Aurigma Graphics Mill 5.5 for .NET
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; }