fShowLabelAndPerc Property (Text)
In This Topic
Syntax
'Declaration
Public Property fShowLabelAndPerc As Byte
'Usage
Dim instance As Text
Dim value As Byte
instance.fShowLabelAndPerc = value
value = instance.fShowLabelAndPerc
public byte fShowLabelAndPerc {get; set;}
See Also