'Declaration
Public Property BubbleShape As OmrBubbleShape
'Usage
Dim instance As OmrProcessor Dim value As OmrBubbleShape instance.BubbleShape = value value = instance.BubbleShape
public OmrBubbleShape BubbleShape {get; set;}
public: property OmrBubbleShape BubbleShape { OmrBubbleShape get(); void set ( OmrBubbleShape value); }