'Declaration Public Property A As Byte
'Usage Dim instance As ArgbColorInfo Dim value As Byte instance.A = value value = instance.A
public byte A {get; set;}
'Declaration Public Property A As Byte
'Usage Dim instance As ArgbColorInfo Dim value As Byte instance.A = value value = instance.A
public byte A {get; set;}