MonoTouch.Dialog.UIIndicatorView.UIIndicatorView C# (CSharp) Method

UIIndicatorView() public method

public UIIndicatorView ( ) : System
return System
		public UIIndicatorView(){
			Frame = new RectangleF(0,0,800,800);
			this.UserInteractionEnabled = true;
		}