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