'Declaration Public Property fAutoColor As Byte
'Declaration
Public Property fAutoColor As Byte
'Usage Dim instance As Text Dim value As Byte instance.fAutoColor = value value = instance.fAutoColor
'Usage
Dim instance As Text Dim value As Byte instance.fAutoColor = value value = instance.fAutoColor
public byte fAutoColor {get; set;}
Text Class Text Members