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