'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;}
'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;}
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.
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