MonoTouch.Dialog.UIIndicatorView.UIIndicatorView C# (CSharp) 메소드

UIIndicatorView() 공개 메소드

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