In This Topic
A structure that specifies the color value.
Syntax
'Declaration
Public Property xclrValue As Integer
'Usage
Dim instance As CFColor
Dim value As Integer
instance.xclrValue = value
value = instance.xclrValue
public int xclrValue {get; set;}
See Also