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