BubbleSize Property (Pattern)
In This Topic
Syntax
'Declaration
Public Property BubbleSize As Single
'Usage
Dim instance As Pattern
Dim value As Single
instance.BubbleSize = value
value = instance.BubbleSize
public float BubbleSize {get; set;}
See Also