Xceed Toolkit for Maui v2.0 Documentation
UsingAlphaChannel Property


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > ColorCanvas Class : UsingAlphaChannel Property
Gets or sets if the Alpha channel is used by this ColorCanvas.
Syntax
'Declaration
 
Public Property UsingAlphaChannel As Boolean
'Usage
 
Dim instance As ColorCanvas
Dim value As Boolean
 
instance.UsingAlphaChannel = value
 
value = instance.UsingAlphaChannel
public bool UsingAlphaChannel {get; set;}
Remarks

When the value is true, the Alpha Slider & its associated ByteUpDown will be visible and the HexadecimalString representing the Color will be 8 characters long (excluding the "#").

When the value is false, the Alpha Slider & its associated ByteUpDown will not be visible and the HexadecimalString representing the Color will be 6 characters long (excluding the "#").

The default value is true

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorCanvas Class
ColorCanvas Members