MonoTouch.Dialog.UIIndicatorView.UIIndicatorView C# (CSharp) Метод

UIIndicatorView() публичный Метод

public UIIndicatorView ( ) : System
Результат System
		public UIIndicatorView(){
			Frame = new RectangleF(0,0,800,800);
			this.UserInteractionEnabled = true;
		}