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