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