'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 get_BubbleShape(); public: __property void set_BubbleShape( OmrBubbleShape value );
public: property OmrBubbleShape BubbleShape { OmrBubbleShape get(); void set ( OmrBubbleShape value); }