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