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