User Tools

Site Tools


thinkgeo.mapsuite.iosedition.gpsmarker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.gpsmarker [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.iosedition.gpsmarker [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.iOSEdition.GpsMarker ====== ====== ThinkGeo.MapSuite.iOSEdition.GpsMarker ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents an GpsMarker for MapControl. Represents an GpsMarker for MapControl.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**MonoTouch.Foundation.NSObject +    *Foundation.NSObject 
-***MonoTouch.UIKit.UIResponder +      *UIKit.UIResponder 
-****MonoTouch.UIKit.UIView +        *UIKit.UIView 
-*****MonoTouch.UIKit.UIControl +          *UIKit.UIControl 
-******MonoTouch.UIKit.UIButton +            *UIKit.UIButton 
-*******[[ThinkGeo.MapSuite.iOSEdition.Marker]] +              *ThinkGeo.MapSuite.iOSEdition.Marker 
-********[[ThinkGeo.MapSuite.iOSEdition.GpsMarker]]+                ***ThinkGeo.MapSuite.iOSEdition.GpsMarker**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GpsMarker() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GpsMarker()|GpsMarker]] ​  ​| ​   |    | Initializes a new instance of the class. ​  |+
  
 +Initializes a new instance of the  class.
 +== Remarks ==
 +N/A
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} BackgroundImageForState(UIControlState) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityActivate()|AccessibilityActivate]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityDecrement()|AccessibilityDecrement]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityDecrement()|AccessibilityDecrement]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementDidBecomeFocused()|AccessibilityElementDidBecomeFocused]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementDidLoseFocus()|AccessibilityElementDidLoseFocus]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementIsFocused()|AccessibilityElementIsFocused]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityIncrement()|AccessibilityIncrement]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityIncrement()|AccessibilityIncrement]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityPerformEscape()|AccessibilityPerformEscape]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityPerformMagicTap()|AccessibilityPerformMagicTap]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] ​  | UIAccessibilityScrollDirection ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] ​  | UIAccessibilityScrollDirection ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(UIView)|Add]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddConstraint(NSLayoutConstraint)|AddConstraint]] ​  | NSLayoutConstraint ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddConstraints(NSLayoutConstraint[])|AddConstraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddGestureRecognizer(UIGestureRecognizer)|AddGestureRecognizer]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddMotionEffect(UIMotionEffect)|AddMotionEffect]] ​  | UIMotionEffect ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSObject,​ NSString, NSKeyValueObservingOptions,​ IntPtr)|AddObserver]] ​  | NSObject, NSString, NSKeyValueObservingOptions,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(String,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​)|AddObserver]] ​  | String, NSKeyValueObservingOptions,​ Action<​NSObservedChange> ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSString,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​)|AddObserver]] ​  | NSString, NSKeyValueObservingOptions,​ Action<​NSObservedChange> ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSObject,​ String, NSKeyValueObservingOptions,​ IntPtr)|AddObserver]] ​  | NSObject, String, NSKeyValueObservingOptions,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddSubview(UIView)|AddSubview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddSubviews(UIView[])|AddSubviews]] ​  | UIView[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddTarget(EventHandler,​ UIControlEvent)|AddTarget]] ​  | EventHandler,​ UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddTarget(NSObject,​ Selector, UIControlEvent)|AddTarget]] ​  | NSObject, Selector, UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AlignmentRectForFrame(RectangleF)|AlignmentRectForFrame]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AwakeFromNib()|AwakeFromNib]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#BackgroundImageForState(UIControlState)|BackgroundImageForState]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BackgroundRectForBounds(RectangleF)|BackgroundRectForBounds]] ​  | RectangleF ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BecomeFirstResponder()|BecomeFirstResponder]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvokeOnMainThread(Selector,​ NSObject)|BeginInvokeOnMainThread]] ​  | Selector, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvokeOnMainThread(NSAction)|BeginInvokeOnMainThread]] ​  | NSAction ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginTracking(UITouch,​ UIEvent)|BeginTracking]] ​  | UITouch, UIEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BringSubviewToFront(UIView)|BringSubviewToFront]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CanPerform(Selector,​ NSObject)|CanPerform]] ​  | Selector, NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CancelTracking(UIEvent)|CancelTracking]] ​  | UIEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConformsToProtocol(IntPtr)|ConformsToProtocol]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContentCompressionResistancePriority(UILayoutConstraintAxis)|ContentCompressionResistancePriority]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContentHuggingPriority(UILayoutConstraintAxis)|ContentHuggingPriority]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContentRectForBounds(RectangleF)|ContentRectForBounds]] ​  | RectangleF ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContinueTracking(UITouch,​ UIEvent)|ContinueTracking]] ​  | UITouch, UIEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointFromCoordinateSpace(PointF,​ IUICoordinateSpace)|ConvertPointFromCoordinateSpace]] ​  | PointF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointFromView(PointF,​ UIView)|ConvertPointFromView]] ​  | PointF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointToCoordinateSpace(PointF,​ IUICoordinateSpace)|ConvertPointToCoordinateSpace]] ​  | PointF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointToView(PointF,​ UIView)|ConvertPointToView]] ​  | PointF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectFromCoordinateSpace(RectangleF,​ IUICoordinateSpace)|ConvertRectFromCoordinateSpace]] ​  | RectangleF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectFromView(RectangleF,​ UIView)|ConvertRectFromView]] ​  | RectangleF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectToCoordinateSpace(RectangleF,​ IUICoordinateSpace)|ConvertRectToCoordinateSpace]] ​  | RectangleF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectToView(RectangleF,​ UIView)|ConvertRectToView]] ​  | RectangleF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Copy(NSObject)|Copy]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Copy()|Copy]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Cut(NSObject)|Cut]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousAutorelease()|DangerousAutorelease]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousRelease()|DangerousRelease]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousRetain()|DangerousRetain]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DecodeRestorableState(NSCoder)|DecodeRestorableState]] ​  | NSCoder ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Delete(NSObject)|Delete]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChange(NSKeyValueChange,​ NSIndexSet, NSString)|DidChange]] ​  | NSKeyValueChange,​ NSIndexSet, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet)|DidChange]] ​  | NSString, NSKeyValueSetMutationKind,​ NSSet   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChangeValue(String)|DidChangeValue]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DoesNotRecognizeSelector(Selector)|DoesNotRecognizeSelector]] ​  | Selector ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleF)|Draw]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawRect(RectangleF,​ UIViewPrintFormatter)|DrawRect]] ​  | RectangleF, UIViewPrintFormatter ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, UIFont)|DrawString]] ​  | String, PointF, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont)|DrawString]] ​  | String, RectangleF, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont, UILineBreakMode)|DrawString]] ​  | String, RectangleF, UIFont, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont, UILineBreakMode,​ UITextAlignment)|DrawString]] ​  | String, RectangleF, UIFont, UILineBreakMode,​ UITextAlignment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, UILineBreakMode)|DrawString]] ​  | String, PointF, Single, UIFont, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawViewHierarchy(RectangleF,​ Boolean)|DrawViewHierarchy]] ​  | RectangleF, Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncodeRestorableState(NSCoder)|EncodeRestorableState]] ​  | NSCoder ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncodeTo(NSCoder)|EncodeTo]] ​  | NSCoder ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndEditing(Boolean)|EndEditing]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndTracking(UITouch,​ UIEvent)|EndTracking]] ​  | UITouch, UIEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ExchangeSubview(Int32,​ Int32)|ExchangeSubview]] ​  | Int32, Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ExerciseAmbiguityInLayout()|ExerciseAmbiguityInLayout]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FrameForAlignmentRect(RectangleF)|FrameForAlignmentRect]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GestureRecognizerShouldBegin(UIGestureRecognizer)|GestureRecognizerShouldBegin]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetActions(NSObject,​ UIControlEvent)|GetActions]] ​  | NSObject, UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetAttributedTitle(UIControlState)|GetAttributedTitle]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetConstraintsAffectingLayout(UILayoutConstraintAxis)|GetConstraintsAffectingLayout]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDictionaryOfValuesFromKeys(NSString[])|GetDictionaryOfValuesFromKeys]] ​  | NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetEnumerator()|GetEnumerator]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetNativeField(String)|GetNativeField]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTargetForAction(Selector,​ NSObject)|GetTargetForAction]] ​  | Selector, NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​HitTest(PointF,​ UIEvent)|HitTest]] ​  | PointF, UIEvent ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ImageForState(UIControlState)|ImageForState]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ImageRectForContentRect(RectangleF)|ImageRectForContentRect]] ​  | RectangleF ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Init()|Init]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubview(UIView,​ Int32)|InsertSubview]] ​  | UIView, Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubviewAbove(UIView,​ UIView)|InsertSubviewAbove]] ​  | UIView, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubviewBelow(UIView,​ UIView)|InsertSubviewBelow]] ​  | UIView, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateIntrinsicContentSize()|InvalidateIntrinsicContentSize]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(NSAction,​ TimeSpan)|Invoke]] ​  | NSAction, TimeSpan ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(NSAction,​ Double)|Invoke]] ​  | NSAction, Double ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvokeOnMainThread(NSAction)|InvokeOnMainThread]] ​  | NSAction ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvokeOnMainThread(Selector,​ NSObject)|InvokeOnMainThread]] ​  | Selector, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IsDescendantOfView(UIView)|IsDescendantOfView]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutIfNeeded()|LayoutIfNeeded]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutMarginsDidChange()|LayoutMarginsDidChange]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutSubviews()|LayoutSubviews]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MakeTextWritingDirectionLeftToRight(NSObject)|MakeTextWritingDirectionLeftToRight]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MakeTextWritingDirectionRightToLeft(NSObject)|MakeTextWritingDirectionRightToLeft]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionBegan(UIEventSubtype,​ UIEvent)|MotionBegan]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionCancelled(UIEventSubtype,​ UIEvent)|MotionCancelled]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionEnded(UIEventSubtype,​ UIEvent)|MotionEnded]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MovedToSuperview()|MovedToSuperview]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MovedToWindow()|MovedToWindow]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MutableCopy()|MutableCopy]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​NeedsUpdateConstraints()|NeedsUpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ObserveValue(NSString,​ NSObject, NSDictionary,​ IntPtr)|ObserveValue]] ​  | NSString, NSObject, NSDictionary,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Paste(NSObject)|Paste]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSThread, NSObject, Boolean, NSString[])|PerformSelector]] ​  | Selector, NSThread, NSObject, Boolean, NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Single)|PerformSelector]] ​  | Selector, NSObject, Single ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSThread, NSObject, Boolean)|PerformSelector]] ​  | Selector, NSThread, NSObject, Boolean ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Double)|PerformSelector]] ​  | Selector, NSObject, Double ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Double, NSString[])|PerformSelector]] ​  | Selector, NSObject, Double, NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointInside(PointF,​ UIEvent)|PointInside]] ​  | PointF, UIEvent ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReloadInputViews()|ReloadInputViews]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoteControlReceived(UIEvent)|RemoteControlReceived]] ​  | UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveConstraint(NSLayoutConstraint)|RemoveConstraint]] ​  | NSLayoutConstraint ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveConstraints(NSLayoutConstraint[])|RemoveConstraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveFromSuperview()|RemoveFromSuperview]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveGestureRecognizer(UIGestureRecognizer)|RemoveGestureRecognizer]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveMotionEffect(UIMotionEffect)|RemoveMotionEffect]] ​  | UIMotionEffect ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ String)|RemoveObserver]] ​  | NSObject, String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ NSString)|RemoveObserver]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ String, IntPtr)|RemoveObserver]] ​  | NSObject, String, IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ NSString, IntPtr)|RemoveObserver]] ​  | NSObject, NSString, IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveTarget(EventHandler,​ UIControlEvent)|RemoveTarget]] ​  | EventHandler,​ UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveTarget(NSObject,​ Selector, UIControlEvent)|RemoveTarget]] ​  | NSObject, Selector, UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResignFirstResponder()|ResignFirstResponder]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResizableSnapshotView(RectangleF,​ Boolean, UIEdgeInsets)|ResizableSnapshotView]] ​  | RectangleF, Boolean, UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RespondsToSelector(Selector)|RespondsToSelector]] ​  | Selector ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RestoreUserActivityState(NSUserActivity)|RestoreUserActivityState]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Select(NSObject)|Select]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SelectAll(NSObject)|SelectAll]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendAction(Selector,​ NSObject, UIEvent)|SendAction]] ​  | Selector, NSObject, UIEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendActionForControlEvents(UIControlEvent)|SendActionForControlEvents]] ​  | UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendSubviewToBack(UIView)|SendSubviewToBack]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetAttributedTitle(NSAttributedString,​ UIControlState)|SetAttributedTitle]] ​  | NSAttributedString,​ UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBackgroundImage(UIImage,​ UIControlState)|SetBackgroundImage]] ​  | UIImage, UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetContentCompressionResistancePriority(Single,​ UILayoutConstraintAxis)|SetContentCompressionResistancePriority]] ​  | Single, UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetContentHuggingPriority(Single,​ UILayoutConstraintAxis)|SetContentHuggingPriority]] ​  | Single, UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetImage(UIImage,​ UIControlState)|SetImage]] ​  | UIImage, UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNativeField(String,​ NSObject)|SetNativeField]] ​  | String, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsDisplay()|SetNeedsDisplay]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsDisplayInRect(RectangleF)|SetNeedsDisplayInRect]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsLayout()|SetNeedsLayout]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsUpdateConstraints()|SetNeedsUpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNilValueForKey(NSString)|SetNilValueForKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetTitle(String,​ UIControlState)|SetTitle]] ​  | String, UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetTitleColor(UIColor,​ UIControlState)|SetTitleColor]] ​  | UIColor, UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetTitleShadowColor(UIColor,​ UIControlState)|SetTitleShadowColor]] ​  | UIColor, UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKey(NSObject,​ NSString)|SetValueForKey]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKeyPath(IntPtr,​ NSString)|SetValueForKeyPath]] ​  | IntPtr, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKeyPath(NSObject,​ NSString)|SetValueForKeyPath]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForUndefinedKey(NSObject,​ NSString)|SetValueForUndefinedKey]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValuesForKeysWithDictionary(NSDictionary)|SetValuesForKeysWithDictionary]] ​  | NSDictionary ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SizeThatFits(SizeF)|SizeThatFits]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SizeToFit()|SizeToFit]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SnapshotView(Boolean)|SnapshotView]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, SizeF, UILineBreakMode)|StringSize]] ​  | String, UIFont, SizeF, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, SizeF)|StringSize]] ​  | String, UIFont, SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, Single, UILineBreakMode)|StringSize]] ​  | String, UIFont, Single, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, Single, ref Single, Single, UILineBreakMode)|StringSize]] ​  | String, UIFont, Single, ref Single, Single, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont)|StringSize]] ​  | String, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SubviewAdded(UIView)|SubviewAdded]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SystemLayoutSizeFittingSize(SizeF)|SystemLayoutSizeFittingSize]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SystemLayoutSizeFittingSize(SizeF,​ Single, Single)|SystemLayoutSizeFittingSize]] ​  | SizeF, Single, Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TintColorDidChange()|TintColorDidChange]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Title(UIControlState)|Title]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TitleColor(UIControlState)|TitleColor]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TitleRectForContentRect(RectangleF)|TitleRectForContentRect]] ​  | RectangleF ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TitleShadowColor(UIControlState)|TitleShadowColor]] ​  | UIControlState ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleBoldface(NSObject)|ToggleBoldface]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleItalics(NSObject)|ToggleItalics]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleUnderline(NSObject)|ToggleUnderline]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesBegan(NSSet,​ UIEvent)|TouchesBegan]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesCancelled(NSSet,​ UIEvent)|TouchesCancelled]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesEnded(NSSet,​ UIEvent)|TouchesEnded]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesMoved(NSSet,​ UIEvent)|TouchesMoved]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TraitCollectionDidChange(UITraitCollection)|TraitCollectionDidChange]] ​  | UITraitCollection ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateConstraints()|UpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateConstraintsIfNeeded()|UpdateConstraintsIfNeeded]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateUserActivityState(NSUserActivity)|UpdateUserActivityState]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForKey(NSString)|ValueForKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForKeyPath(NSString)|ValueForKeyPath]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForUndefinedKey(NSString)|ValueForUndefinedKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ViewWithTag(Int32)|ViewWithTag]] ​  | Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet)|WillChange]] ​  | NSString, NSKeyValueSetMutationKind,​ NSSet   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChange(NSKeyValueChange,​ NSIndexSet, NSString)|WillChange]] ​  | NSKeyValueChange,​ NSIndexSet, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChangeValue(String)|WillChangeValue]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillMoveToSuperview(UIView)|WillMoveToSuperview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillMoveToWindow(UIWindow)|WillMoveToWindow]] ​  | UIWindow ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillRemoveSubview(UIView)|WillRemoveSubview]] ​  | UIView ​  | UIView ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | NSObject(overriden) ​  ​| ​   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeHandle(IntPtr)|InitializeHandle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeHandle(IntPtr,​ String)|InitializeHandle]] ​  | IntPtr, String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MarkDirty()|MarkDirty]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:UIImage 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​AccessibilityActivationPoint|AccessibilityActivationPoint]] ​  | PointF ​  | UIView ​  ​| ​   | +  ​* ​Description:​N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityCustomActions|AccessibilityCustomActions]] ​  | UIAccessibilityCustomAction[] ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityElementsHidden|AccessibilityElementsHidden]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityFrame|AccessibilityFrame]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityHint|AccessibilityHint]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityIdentifier|AccessibilityIdentifier]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityLabel|AccessibilityLabel]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityLanguage|AccessibilityLanguage]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityNavigationStyle|AccessibilityNavigationStyle]] ​  | UIAccessibilityNavigationStyle ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityPath|AccessibilityPath]] ​  | UIBezierPath ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityTraits|AccessibilityTraits]] ​  | UIAccessibilityTrait ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityValue|AccessibilityValue]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityViewIsModal|AccessibilityViewIsModal]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AdjustsImageWhenDisabled|AdjustsImageWhenDisabled]] ​  | Boolean ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AdjustsImageWhenHighlighted|AdjustsImageWhenHighlighted]] ​  | Boolean ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AlignmentRectInsets|AlignmentRectInsets]] ​  | UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AllControlEvents|AllControlEvents]] ​  | UIControlEvent ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AllTargets|AllTargets]] ​  | NSSet   | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Alpha|Alpha]] ​  | Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoresizingMask|AutoresizingMask]] ​  | UIViewAutoresizing ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutosizesSubviews|AutosizesSubviews]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundColor|BackgroundColor]] ​  | UIColor ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bounds|Bounds]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ButtonType|ButtonType]] ​  | UIButtonType ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanBecomeFirstResponder|CanBecomeFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanResignFirstResponder|CanResignFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Center|Center]] ​  | PointF ​  | UIView(overriden) ​  | Center of the view, in the container coordinate space. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClassHandle|ClassHandle]] ​  | IntPtr ​  | NSObject(overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClearsContextBeforeDrawing|ClearsContextBeforeDrawing]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClipsToBounds|ClipsToBounds]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Constraints|Constraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentEdgeInsets|ContentEdgeInsets]] ​  | UIEdgeInsets ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentMode|ContentMode]] ​  | UIViewContentMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentScaleFactor|ContentScaleFactor]] ​  | Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentAttributedTitle|CurrentAttributedTitle]] ​  | NSAttributedString ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentBackgroundImage|CurrentBackgroundImage]] ​  ​| ​UIImage ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentImage|CurrentImage]] ​  | UIImage ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentTitle|CurrentTitle]] ​  | String ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentTitleColor|CurrentTitleColor]] ​  | UIColor ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentTitleShadowColor|CurrentTitleShadowColor]] ​  | UIColor ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DebugDescription|DebugDescription]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Description|Description]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EnableInputClicksWhenVisible|EnableInputClicksWhenVisible]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Enabled|Enabled]] ​  | Boolean ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ExclusiveTouch|ExclusiveTouch]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Font|Font]] ​  | UIFont ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Frame|Frame]] ​  | RectangleF ​  | UIView(overriden) ​  | Coordinates of the view relative to its container. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GestureRecognizers|GestureRecognizers]] ​  | UIGestureRecognizer[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HaloRadiusInMeter|HaloRadiusInMeter]] ​  | Single ​  ​| ​   | Gets or sets the halo radius in meter. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HaloStrokeWidth|HaloStrokeWidth]] ​  | Single ​  ​| ​   | Gets or sets the width of the halo stroke. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Handle|Handle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasAmbiguousLayout|HasAmbiguousLayout]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Hidden|Hidden]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Highlighted|Highlighted]] ​  | Boolean ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalAlignment|HorizontalAlignment]] ​  | UIControlContentHorizontalAlignment ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageEdgeInsets|ImageEdgeInsets]] ​  | UIEdgeInsets ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageView|ImageView]] ​  | UIImageView ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputAccessoryView|InputAccessoryView]] ​  | UIView ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputAccessoryViewController|InputAccessoryViewController]] ​  | UIInputViewController ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputView|InputView]] ​  | UIView ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputViewController|InputViewController]] ​  | UIInputViewController ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IntrinsicContentSize|IntrinsicContentSize]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAccessibilityElement|IsAccessibilityElement]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsFirstResponder|IsFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KeyCommands|KeyCommands]] ​  | UIKeyCommand[] ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Layer|Layer]] ​  | CALayer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutMargins|LayoutMargins]] ​  | UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LineBreakMode|LineBreakMode]] ​  | UILineBreakMode ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaskView|MaskView]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MotionEffects|MotionEffects]] ​  | UIMotionEffect[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MultipleTouchEnabled|MultipleTouchEnabled]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextResponder|NextResponder]] ​  | UIResponder ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opaque|Opaque]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Position|Position]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.iOSEdition.Marker|Marker]] ​  | World Position of marker. It's a wrapper of the PositionProperty. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PreservesSuperviewLayoutMargins|PreservesSuperviewLayoutMargins]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RestorationIdentifier|RestorationIdentifier]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RetainCount|RetainCount]] ​  | Int32   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ReverseTitleShadowWhenHighlighted|ReverseTitleShadowWhenHighlighted]] ​  | Boolean ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Selected|Selected]] ​  | Boolean ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ShouldGroupAccessibilityChildren|ShouldGroupAccessibilityChildren]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ShowsTouchWhenHighlighted|ShowsTouchWhenHighlighted]] ​  | Boolean ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​State|State]] ​  | UIControlState ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Subviews|Subviews]] ​  | UIView[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SuperHandle|SuperHandle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Superview|Superview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextInputContextIdentifier|TextInputContextIdentifier]] ​  | NSString ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextInputMode|TextInputMode]] ​  | UITextInputMode ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TintAdjustmentMode|TintAdjustmentMode]] ​  | UIViewTintAdjustmentMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TintColor|TintColor]] ​  | UIColor ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TitleEdgeInsets|TitleEdgeInsets]] ​  | UIEdgeInsets ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TitleLabel|TitleLabel]] ​  | UILabel ​  | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TitleShadowOffset|TitleShadowOffset]] ​  | SizeF   | UIButton ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TouchInside|TouchInside]] ​  | Boolean ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tracking|Tracking]] ​  | Boolean ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TraitCollection|TraitCollection]] ​  | UITraitCollection ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Transform|Transform]] ​  | CGAffineTransform ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TranslatesAutoresizingMaskIntoConstraints|TranslatesAutoresizingMaskIntoConstraints]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UndoManager|UndoManager]] ​  | NSUndoManager ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UserActivity|UserActivity]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UserInteractionEnabled|UserInteractionEnabled]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalAlignment|VerticalAlignment]] ​  | UIControlContentVerticalAlignment ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewForBaselineLayout|ViewForBaselineLayout]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewPrintFormatter|ViewPrintFormatter]] ​  | UIViewPrintFormatter ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Window|Window]] ​  | UIWindow ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​XOffset|XOffset]] ​  | Int32   | [[ThinkGeo.MapSuite.iOSEdition.Marker|Marker]] ​  | Gets or sets the x offset of marker image. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​YOffset|YOffset]] ​  | Int32   | [[ThinkGeo.MapSuite.iOSEdition.Marker|Marker]] ​  | Gets or sets the y offset of marker image. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //state// 
 +    * Type:​UIControlState 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​BackgroundRectForBounds(CGRect) **
-{{wiki:PublicEvent.gif|Public Event}}[[#​AllEditingEvents|AllEditingEvents]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​AllEvents|AllEvents]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​AllTouchEvents|AllTouchEvents]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​EditingChanged|EditingChanged]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​EditingDidBegin|EditingDidBegin]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​EditingDidEnd|EditingDidEnd]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​EditingDidEndOnExit|EditingDidEndOnExit]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchCancel|TouchCancel]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDown|TouchDown]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDownRepeat|TouchDownRepeat]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDragEnter|TouchDragEnter]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDragExit|TouchDragExit]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDragInside|TouchDragInside]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchDragOutside|TouchDragOutside]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchUpInside|TouchUpInside]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TouchUpOutside|TouchUpOutside]] ​  | EventArgs ​  | UIControl ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ValueChanged|ValueChanged]] ​  | EventArgs ​  | UIControl ​  ​| ​   |+
  
-===== Public Constructors ===== +N/A 
-==== GpsMarker() ==== +== Remarks ​== 
-Initializes a new instance of the class. +N/A
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:CGRect 
-===== Public Methods ===== +  * Description:N/A
-==== AccessibilityActivate() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ContentRectForBounds(CGRect**
-==== AccessibilityDecrement() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== AccessibilityDecrement() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetAttributedTitle(UIControlState**
-==== AccessibilityElementDidBecomeFocused() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​NSAttributedString 
-==== AccessibilityElementDidLoseFocus() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //state// 
 +    * Type:​UIControlState 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ImageForState(UIControlState**
-==== AccessibilityElementIsFocused() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIImage 
-==== AccessibilityIncrement() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //state// 
 +    * Type:​UIControlState 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ImageRectForContentRect(CGRect**
-==== AccessibilityIncrement() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== AccessibilityPerformEscape() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetAttributedTitle(NSAttributedString,​UIControlState**
-==== AccessibilityPerformMagicTap() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //title// 
-| direction ​  | UIAccessibilityScrollDirection<​!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> ​  ​| ​   |+    * Type:​NSAttributedString 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //state// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UIControlState 
-==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetBackgroundImage(UIImage,​UIControlState) **
-| direction ​  | UIAccessibilityScrollDirection<​!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Add(UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //image// 
-==== AddConstraint(NSLayoutConstraint) ​==== +    ​* ​Type:UIImage 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​forState//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIControlState 
-| constraint ​  | NSLayoutConstraint<​!-- MonoTouch.UIKit.NSLayoutConstraint --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetImage(UIImage,​UIControlState**
-==== AddConstraints(NSLayoutConstraint[]==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| constraints ​  | NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddGestureRecognizer(UIGestureRecognizer) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //image// 
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   |+    * Type:UIImage 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​forState//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UIControlState 
-==== AddMotionEffect(UIMotionEffect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetTitle(String,​UIControlState) **
-| effect ​  | UIMotionEffect<​!-- MonoTouch.UIKit.UIMotionEffect --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddObserver(NSObject,​ NSString, NSKeyValueObservingOptions,​ IntPtr) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //title// 
-==== AddObserver(String,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| IDisposable<​!-- System.IDisposable --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​forState//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:​UIControlState 
-| key   ​| String<​!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| observer ​  | Action<​NSObservedChange><​!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetTitleColor(UIColor,UIControlState**
-==== AddObserver(NSStringNSKeyValueObservingOptions,​ Action<​NSObservedChange>​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IDisposable<​!-- System.IDisposable --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +N/A
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| observer ​  | Action<​NSObservedChange><​!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddObserver(NSObject,​ String, NSKeyValueObservingOptions,​ IntPtr) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //color// 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +    ​* Type:​UIColor 
-| keyPath ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Description:​N/​A
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //​forState//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UIControlState 
-==== AddSubview(UIView) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetTitleShadowColor(UIColor,​UIControlState) **
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddSubviews(UIView[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| views   | UIView[]<​!-- MonoTouch.UIKit.UIView[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //color// 
-==== AddTarget(EventHandler,​ UIControlEvent) ​==== +    ​* ​Type:UIColor 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​forState//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIControlState 
-| notification ​  | EventHandler<​!-- System.EventHandler --> ​  ​| ​   +    ​* Description:​N/​A
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Title(UIControlState**
-==== AddTarget(NSObject, Selector, UIControlEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| target ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +N/A
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== AlignmentRectForFrame(RectangleF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //state// 
-| frame   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+    * Type:​UIControlState 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TitleColor(UIControlState**
-==== AwakeFromNib() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIColor 
-==== BackgroundImageForState(UIControlState) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //state// 
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+    * Type:​UIControlState 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TitleRectForContentRect(CGRect**
-==== BackgroundRectForBounds(RectangleF==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== BecomeFirstResponder() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TitleShadowColor(UIControlState**
-==== BeginInvokeOnMainThread(Selector, NSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +N/A
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIColor 
-==== BeginInvokeOnMainThread(NSAction) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //state// 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   |+    * Type:​UIControlState 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AddTarget(EventHandler,UIControlEvent**
-==== BeginTracking(UITouchUIEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| uitouch ​  | UITouch<​!-- MonoTouch.UIKit.UITouch --> ​  ​| ​   | +N/A
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== BringSubviewToFront(UIView) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​notification//​ 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+    * Type:​EventHandler 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //events// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UIControlEvent 
-==== CanPerform(Selector,​ NSObject) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RemoveTarget(EventHandler,​UIControlEvent) **
-| action ​  | Selector<!-- MonoTouch.ObjCRuntime.Selector --  |    | +
-| withSender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CancelTracking(UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​notification//​ 
-==== ConformsToProtocol(IntPtr) ​==== +    ​* ​Type:​EventHandler 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //events// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIControlEvent 
-| protocol ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AddTarget(NSObject,​Selector,​UIControlEvent**
-==== ContentCompressionResistancePriority(UILayoutConstraintAxis==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ContentHuggingPriority(UILayoutConstraintAxis) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​target//​ 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+    * Type:NSObject 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //sel// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Selector 
-==== ContentRectForBounds(RectangleF) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +  * //events// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIControlEvent 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} BeginTracking(UITouch,​UIEvent) ​**
-==== ContinueTracking(UITouch, UIEvent) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| uitouch ​  | UITouch<​!-- MonoTouch.UIKit.UITouch --> ​  ​| ​   | +N/A
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ConvertPointFromCoordinateSpace(PointF,​ IUICoordinateSpace) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //uitouch// 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +    ​* Type:​UITouch 
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //uievent// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIEvent 
-==== ConvertPointFromView(PointF,​ UIView) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} CancelTracking(UIEvent) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| fromView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertPointToCoordinateSpace(PointF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //uievent// 
-==== ConvertPointToView(PointF,​ UIView) ​==== +    ​* ​Type:UIEvent 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ContinueTracking(UITouch,​UIEvent) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| toView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertRectFromCoordinateSpace(RectangleF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //uitouch// 
-==== ConvertRectFromView(RectangleF,​ UIView) ​==== +    ​* ​Type:UITouch 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +  * //uievent// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:UIEvent 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   +    ​* Description:​N/​A
-| fromView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} EndTracking(UITouch,UIEvent**
-==== ConvertRectToCoordinateSpace(RectangleFIUICoordinateSpace==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ConvertRectToView(RectangleF,​ UIView) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //uitouch// 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +    ​* Type:​UITouch 
-| toView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //uievent// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIEvent 
-==== Copy(NSObject) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetActions(NSObject,​UIControlEvent) **
-sender ​  ​| ​NSObject<!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Copy() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String[] 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //target// 
-==== Cut(NSObject) ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //events// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIControlEvent 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} RemoveTarget(NSObject,​Selector,​UIControlEvent**
-==== DangerousAutorelease() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DangerousRelease() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​target//​ 
 +    * Type:NSObject 
 +    * Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //sel// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Selector 
-==== DangerousRetain() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +  * //events// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​UIControlEvent 
 +    * Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SendAction(Selector,​NSObject,​UIEvent**
-==== DecodeRestorableState(NSCoder==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Delete(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​action//​ 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    * Type:Selector 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //target// 
-[[#Public Methods|Go Back]] +    ​* ​Type:NSObject 
-==== DidChange(NSKeyValueChange,​ NSIndexSet, NSString) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //uievent// 
-^  Name ^  Type ^  Description ^ +    ​* Type:​UIEvent 
-| changeKind ​  ​| NSKeyValueChange<​!-- MonoTouch.Foundation.NSKeyValueChange --> ​  ​| ​   | +    ​* Description:​N/​A
-| indexes ​  | NSIndexSet<​!-- MonoTouch.Foundation.NSIndexSet --> ​  ​| ​   | +
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SendActionForControlEvents(UIControlEvent**
-==== DidChange(NSString, NSKeyValueSetMutationKind,​ NSSet==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +N/A
-| mutationKind ​  | NSKeyValueSetMutationKind<​!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> ​  ​| ​   | +
-| objects ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DidChangeValue(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​events//​ 
-| forKey ​  | String<​!-- System.String --> ​  ​| ​   |+    * Type:​UIControlEvent 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize,​Single,​Single**
-==== Dispose() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGSize 
-==== DoesNotRecognizeSelector(Selector) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetSize//​ 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   |+    * Type:CGSize 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //​horizontalFittingPriority//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Single 
-==== Draw(RectangleF) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​verticalFittingPriority//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Single 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TintColorDidChange() **
-==== DrawRect(RectangleF, UIViewPrintFormatter==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| area   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +N/A
-| formatter ​  | UIViewPrintFormatter<​!-- MonoTouch.UIKit.UIViewPrintFormatter --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawString(String,​ PointF, UIFont) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| str   | String<!-- System.String --  |    | +** {{wiki:​PublicMethod.gif|}} TraitCollectionDidChange(UITraitCollection) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawString(String,​ PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | ref Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​previousTraitCollection//​ 
-==== DrawString(String,​ RectangleF, UIFont) ​==== +    ​* ​Type:​UITraitCollection 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} UpdateConstraints() **
-| str   | String<!-- System.String --  |    | +
-| rect   | RectangleF<!-- System.Drawing.RectangleF --  |    | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawString(String,​ RectangleF, UIFont, UILineBreakMode) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| mode   | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== DrawString(String,​ RectangleF, UIFont, UILineBreakMode,​ UITextAlignment) ​==== +** {{wiki:​PublicMethod.gif|}} UpdateConstraintsIfNeeded() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| mode   | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| alignment ​  | UITextAlignment<​!-- MonoTouch.UIKit.UITextAlignment --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawString(String,​ PointF, Single, UIFont, UILineBreakMode) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| str   | String<!-- System.String --  |    | +** {{wiki:​PublicMethod.gif|}} ViewWithTag(nint) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawString(String,​ PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:UIView 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| fontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //tag// 
-==== DrawString(String,​ PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment) ​==== +    ​* ​Type:nint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillMoveToSuperview(UIView) **
-| str   | String<!-- System.String --  |    | +
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawViewHierarchy(RectangleF,​ Boolean) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +  Description:N/A
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​newsuper//​ 
-==== EncodeRestorableState(NSCoder) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillMoveToWindow(UIWindow) **
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EncodeTo(NSCoder) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //window// 
-==== EndEditing(Boolean) ​==== +    ​* ​Type:UIWindow 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillRemoveSubview(UIView) **
-| force   | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EndTracking(UITouch,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| uitouch ​  | UITouch<​!-- MonoTouch.UIKit.UITouch --> ​  ​| ​   | +  Description:N/A
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //uiview// 
-==== Equals(Object) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Add(UIView) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ExchangeSubview(Int32,​ Int32) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| atIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| withSubviewAtIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== ExerciseAmbiguityInLayout() ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} AddSubviews(UIView[]) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FrameForAlignmentRect(RectangleF) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| alignmentRect ​  | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //views// 
-==== GestureRecognizerShouldBegin(UIGestureRecognizer) ​==== +    ​* ​Type:UIView[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetEnumerator() **
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetActions(NSObject,​ UIControlEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String[]<​!-- System.String[[]] --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​IEnumerator 
-| target ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetAttributedTitle(UIControlState) ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityActivate() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSAttributedString<​!-- MonoTouch.Foundation.NSAttributedString --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetConstraintsAffectingLayout(UILayoutConstraintAxis) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} AddConstraint(NSLayoutConstraint) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetDictionaryOfValuesFromKeys(NSString[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keys   | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraint//​ 
-==== GetEnumerator() ​==== +    ​* ​Type:​NSLayoutConstraint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| IEnumerator<​!-- System.Collections.IEnumerator --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} AddConstraints(NSLayoutConstraint[]) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraints//​ 
-==== GetNativeField(String) ​==== +    ​* ​Type:​NSLayoutConstraint[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddGestureRecognizer(UIGestureRecognizer) **
-| name   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetTargetForAction(Selector,​ NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| action ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​gestureRecognizer//​ 
-==== GetType() ​==== +    ​* ​Type:​UIGestureRecognizer 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} AddMotionEffect(UIMotionEffect) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== HitTest(PointF,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +  Description:N/A
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //effect// 
-==== ImageForState(UIControlState) ​==== +    ​* ​Type:​UIMotionEffect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddSubview(UIView) **
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ImageRectForContentRect(RectangleF) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== Init() ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} AlignmentRectForFrame(CGRect) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InsertSubview(UIView,​ Int32) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   | +  Description:N/A
-| atIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //frame// 
-==== InsertSubviewAbove(UIView,​ UIView) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} BringSubviewToFront(UIView) **
-| view   | UIView<!-- MonoTouch.UIKit.UIView --  |    | +
-siblingSubview ​  ​| ​UIView<!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InsertSubviewBelow(UIView,​ UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   | +  Description:N/A
-| siblingSubview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== InvalidateIntrinsicContentSize() ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ContentCompressionResistancePriority(UILayoutConstraintAxis) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Invoke(NSAction,​ TimeSpan) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Single 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   | +  Description:N/A
-| delay   | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== Invoke(NSAction,​ Double) ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ContentHuggingPriority(UILayoutConstraintAxis) **
-| action ​  | NSAction<!-- MonoTouch.Foundation.NSAction --  |    | +
-| delay   | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InvokeOnMainThread(NSAction) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Single 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== InvokeOnMainThread(Selector,​ NSObject) ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertPointFromCoordinateSpace(CGPoint,​IUICoordinateSpace) **
-| sel   | Selector<!-- MonoTouch.ObjCRuntime.Selector --  |    | +
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== IsDescendantOfView(UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGPoint 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== LayoutIfNeeded() ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IUICoordinateSpace 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertPointFromView(CGPoint,​UIView**
-==== LayoutMarginsDidChange() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGPoint 
-==== LayoutSubviews() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //point// 
 +    * Type:CGPoint 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​fromView//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== MakeTextWritingDirectionLeftToRight(NSObject) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertPointToCoordinateSpace(CGPoint,​IUICoordinateSpace) **
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== MakeTextWritingDirectionRightToLeft(NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGPoint 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== MotionBegan(UIEventSubtype,​ UIEvent) ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​IUICoordinateSpace 
-| motion ​  | UIEventSubtype<​!-- MonoTouch.UIKit.UIEventSubtype --> ​  ​| ​   +    ​* Description:​N/​A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertPointToView(CGPoint,UIView**
-==== MotionCancelled(UIEventSubtypeUIEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| motion ​  | UIEventSubtype<​!-- MonoTouch.UIKit.UIEventSubtype --> ​  ​| ​   | +N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGPoint 
-==== MotionEnded(UIEventSubtype,​ UIEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //point// 
-| motion ​  | UIEventSubtype<​!-- MonoTouch.UIKit.UIEventSubtype --> ​  ​| ​   | +    ​* Type:​CGPoint 
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //toView// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== MovedToSuperview() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ConvertRectFromCoordinateSpace(CGRect,​IUICoordinateSpace) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== MovedToWindow() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:CGRect 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== MutableCopy() ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IUICoordinateSpace 
 +    * Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertRectFromView(CGRect,​UIView**
-==== NeedsUpdateConstraints() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== ObserveValue(NSString,​ NSObject, NSDictionary,​ IntPtr) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //rect// 
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +    ​* Type:CGRect 
-| ofObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   +    ​* Description:​N/​A
-| change ​  | NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //​fromView//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== Paste(NSObject) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertRectToCoordinateSpace(CGRect,​IUICoordinateSpace) **
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PerformSelector(Selector,​ NSThread, NSObject, Boolean, NSString[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| onThread ​  | NSThread<​!-- MonoTouch.Foundation.NSThread --> ​  ​| ​   | +
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| waitUntilDone ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| nsRunLoopModes ​  | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== PerformSelector(Selector,​ NSObject, Single) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​coordinateSpace//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:​IUICoordinateSpace 
-| sel   ​| Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +    ​* Description:​N/​A
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| delay   | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertRectToView(CGRect,UIView**
-==== PerformSelector(SelectorNSThread, NSObject, Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +N/A
-| onThread ​  | NSThread<​!-- MonoTouch.Foundation.NSThread --> ​  ​| ​   | +
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| waitUntilDone ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== PerformSelector(Selector,​ NSObject, Double) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //rect// 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +    ​* Type:CGRect 
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   +    ​* Description:​N/​A
-| delay   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //toView// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== PerformSelector(Selector,​ NSObject, Double, NSString[]) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} DecodeRestorableState(NSCoder) **
-| selector ​  | Selector<!-- MonoTouch.ObjCRuntime.Selector --  |    | +
-| withObject ​  | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| afterDelay ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| nsRunLoopModes ​  | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PointInside(PointF,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +  Description:N/A
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //coder// 
-==== ReloadInputViews() ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Draw(CGRect) **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoteControlReceived(UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| theEvent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== RemoveConstraint(NSLayoutConstraint) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} DrawRect(CGRect,​UIViewPrintFormatter) **
-| constraint ​  | NSLayoutConstraint<​!-- MonoTouch.UIKit.NSLayoutConstraint --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveConstraints(NSLayoutConstraint[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| constraints ​  | NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //area// 
-==== RemoveFromSuperview() ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​formatter//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​UIViewPrintFormatter 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} DrawViewHierarchy(CGRect,​Boolean**
-==== RemoveGestureRecognizer(UIGestureRecognizer==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== RemoveMotionEffect(UIMotionEffect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //rect// 
-| effect ​  | UIMotionEffect<​!-- MonoTouch.UIKit.UIMotionEffect --> ​  ​| ​   |+    * Type:CGRect 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​afterScreenUpdates//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== RemoveObserver(NSObject,​ String) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EncodeRestorableState(NSCoder) **
-| observer ​  | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| keyPath ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveObserver(NSObject,​ NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //coder// 
-==== RemoveObserver(NSObject,​ String, IntPtr) ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EncodeTo(NSCoder) **
-| observer ​  | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| keyPath ​  | String<!-- System.String --  |    | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveObserver(NSObject,​ NSString, IntPtr) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //encoder// 
-==== RemoveTarget(EventHandler,​ UIControlEvent) ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ExchangeSubview(nint,​nint) **
-| notification ​  | EventHandler<!-- System.EventHandler --  |    | +
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIControl --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveTarget(NSObject,​ Selector, UIControlEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| target ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //atIndex// 
-==== ResignFirstResponder() ​==== +    ​* ​Type:nint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​withSubviewAtIndex//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:nint 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ExerciseAmbiguityInLayout() **
-==== ResizableSnapshotView(RectangleF, Boolean, UIEdgeInsets==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +N/A
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| capInsets ​  | UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RespondsToSelector(Selector) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} FrameForAlignmentRect(CGRect) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RestoreUserActivityState(NSUserActivity) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| activity ​  | NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​alignmentRect//​ 
-==== Select(NSObject) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GestureRecognizerShouldBegin(UIGestureRecognizer) **
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SelectAll(NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​gestureRecognizer//​ 
-==== SendAction(Selector,​ NSObject, UIEvent) ​==== +    ​* ​Type:​UIGestureRecognizer 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetConstraintsAffectingLayout(UILayoutConstraintAxis) **
-| action ​  | Selector<!-- MonoTouch.ObjCRuntime.Selector --  |    | +
-| target ​  | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIControl --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SendActionForControlEvents(UIControlEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​NSLayoutConstraint[] 
-| events ​  | UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== SendSubviewToBack(UIView) ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} HitTest(CGPoint,​UIEvent) **
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetAttributedTitle(NSAttributedString,​ UIControlState) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:UIView 
-| title   | NSAttributedString<​!-- MonoTouch.Foundation.NSAttributedString --> ​  ​| ​   | +  Description:N/A
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== SetBackgroundImage(UIImage,​ UIControlState) ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //uievent// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:UIEvent 
-| image   | UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  ​| ​   +    ​* Description:​N/​A
-| forState ​  | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} InsertSubview(UIView,nint**
-==== SetContentCompressionResistancePriority(SingleUILayoutConstraintAxis==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| priority ​  | Single<​!-- System.Single --> ​  ​| ​   | +N/A
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetContentHuggingPriority(Single,​ UILayoutConstraintAxis) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //view// 
-| priority ​  | Single<​!-- System.Single --> ​  ​| ​   | +    ​* Type:UIView 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //atIndex// 
-[[#Public Methods|Go Back]] +    ​* ​Type:nint 
-==== SetImage(UIImage,​ UIControlState) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} InsertSubviewAbove(UIView,​UIView) **
-| image   | UIImage<!-- MonoTouch.UIKit.UIImage --  |    | +
-| forState ​  | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetNativeField(String,​ NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| name   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| value   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== SetNeedsDisplay() ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​siblingSubview//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:UIView 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} InsertSubviewBelow(UIView,​UIView**
-==== SetNeedsDisplayInRect(RectangleF==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetNeedsLayout() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //view// 
 +    * Type:UIView 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​siblingSubview//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== SetNeedsUpdateConstraints() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} InvalidateIntrinsicContentSize() **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetNilValueForKey(NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetTitle(String,​ UIControlState) ​==== +** {{wiki:​PublicMethod.gif|}} IsDescendantOfView(UIView) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| title   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| forState ​  | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== SetTitleColor(UIColor,​ UIControlState) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //view// 
-| color   | UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  ​| ​   | +    ​* Type:UIView 
-| forState ​  | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} LayoutIfNeeded() **
-==== SetTitleShadowColor(UIColor, UIControlState==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| color   | UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  ​| ​   | +N/A
-| forState ​  | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetValueForKey(NSObject,​ NSString) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| value   | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +** {{wiki:​PublicMethod.gif|}} LayoutMarginsDidChange() **
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetValueForKeyPath(IntPtr,​ NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetValueForKeyPath(NSObject,​ NSString) ​==== +** {{wiki:​PublicMethod.gif|}} LayoutSubviews() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| value   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetValueForUndefinedKey(NSObject,​ NSString) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| value   | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +** {{wiki:​PublicMethod.gif|}} MovedToSuperview() **
-| undefinedKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetValuesForKeysWithDictionary(NSDictionary) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keyedValues ​  | NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SizeThatFits(SizeF) ​==== +** {{wiki:​PublicMethod.gif|}} MovedToWindow() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| size   | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SizeToFit() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} NeedsUpdateConstraints() **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SnapshotView(Boolean) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== StringSize(String,​ UIFont, SizeF, UILineBreakMode) ​==== +** {{wiki:​PublicMethod.gif|}} PointInside(CGPoint,​UIEvent) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| constrainedToSize ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   | +
-| lineBreakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== StringSize(String,​ UIFont, SizeF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //point// 
-| str   | String<​!-- System.String --> ​  ​| ​   | +    ​* Type:​CGPoint 
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   +    ​* Description:​N/​A
-| constrainedToSize ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +  * //uievent// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIEvent 
-==== StringSize(String,​ UIFont, Single, UILineBreakMode) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RemoveConstraint(NSLayoutConstraint) **
-| str   | String<!-- System.String --  |    | +
-| font   | UIFont<!-- MonoTouch.UIKit.UIFont --  |    | +
-| forWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StringSize(String,​ UIFont, Single, ref Single, Single, UILineBreakMode) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | ref Single<​!-- System.Single --> ​  ​| ​   | +
-| forWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| lineBreakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraint//​ 
-==== StringSize(String,​ UIFont) ​==== +    ​* ​Type:​NSLayoutConstraint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RemoveConstraints(NSLayoutConstraint[]) **
-| str   | String<!-- System.String --  |    | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SubviewAdded(UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| uiview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraints//​ 
-==== SystemLayoutSizeFittingSize(SizeF) ​==== +    ​* ​Type:​NSLayoutConstraint[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RemoveFromSuperview() **
-| size   | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SystemLayoutSizeFittingSize(SizeF,​ Single, Single) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetSize ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   | +  Description:N/A
-| horizontalFittingPriority ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| verticalFittingPriority ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== TintColorDidChange() ​==== +** {{wiki:​PublicMethod.gif|}} RemoveGestureRecognizer(UIGestureRecognizer) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Title(UIControlState) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​gestureRecognizer//​ 
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+    * Type:​UIGestureRecognizer 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} RemoveMotionEffect(UIMotionEffect**
-==== TitleColor(UIControlState==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== TitleRectForContentRect(RectangleF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​effect//​ 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+    * Type:​UIMotionEffect 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ResizableSnapshotView(CGRect,​Boolean,​UIEdgeInsets**
-==== TitleShadowColor(UIControlState==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| state   | UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIView 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --> +  * //​afterScreenUpdates//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== ToggleBoldface(NSObject) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​capInsets//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIEdgeInsets 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SendSubviewToBack(UIView**
-==== ToggleItalics(NSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToggleUnderline(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //view// 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetContentCompressionResistancePriority(Single,UILayoutConstraintAxis**
-==== TouchesBegan(NSSetUIEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== TouchesCancelled(NSSet,​ UIEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​priority//​ 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +    ​* Type:Single 
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //axis// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UILayoutConstraintAxis 
-==== TouchesEnded(NSSet,​ UIEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetContentHuggingPriority(Single,​UILayoutConstraintAxis) **
-| touches ​  | NSSet<!-- MonoTouch.Foundation.NSSet --  |    | +
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== TouchesMoved(NSSet,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +  Description:N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​priority//​ 
-==== TraitCollectionDidChange(UITraitCollection) ​==== +    ​* ​Type:Single 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //axis// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UILayoutConstraintAxis 
-| previousTraitCollection ​  | UITraitCollection<​!-- MonoTouch.UIKit.UITraitCollection --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetNeedsDisplay() **
-==== UpdateConstraints() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== UpdateConstraintsIfNeeded() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNeedsDisplayInRect(CGRect) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UpdateUserActivityState(NSUserActivity) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| activity ​  | NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== ValueForKey(NSString) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetNeedsLayout() **
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ValueForKeyPath(NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ValueForUndefinedKey(NSString) ​==== +** {{wiki:​PublicMethod.gif|}} SetNeedsUpdateConstraints() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ViewWithTag(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| tag   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} SizeThatFits(CGSize) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== WillChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGSize 
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +  Description:N/A
-| mutationKind ​  | NSKeyValueSetMutationKind<​!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> ​  ​| ​   | +
-| objects ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //size// 
-==== WillChange(NSKeyValueChange,​ NSIndexSet, NSString) ​==== +    ​* ​Type:CGSize 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SizeToFit() **
-| changeKind ​  | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --  |    | +
-| indexes ​  | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --  |    | +
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== WillChangeValue(String) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| forKey ​  | String<​!-- System.String --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== WillMoveToSuperview(UIView) ​==== +** {{wiki:​PublicMethod.gif|}} SnapshotView(Boolean) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| newsuper ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIView 
-==== WillMoveToWindow(UIWindow) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​afterScreenUpdates//​ 
-| window ​  | UIWindow<​!-- MonoTouch.UIKit.UIWindow --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SubviewAdded(UIView) ​**
-==== WillRemoveSubview(UIView) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| uiview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== Dispose(Boolean) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​uiview//​ 
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize**
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:CGSize 
-==== InitializeHandle(IntPtr) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //size// 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+    * Type:CGSize 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AccessibilityDecrement() **
-==== InitializeHandle(IntPtr, String==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +N/A
-| initSelector ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MarkDirty() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AccessibilityElementDidBecomeFocused() **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​PublicMethod.gif|}} AccessibilityElementDidLoseFocus() **
-==== AccessibilityActivationPoint ==== +
-=== Return Value === +
-^ Return Type ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityCustomActions ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIAccessibilityCustomAction[]<​!-- MonoTouch.UIKit.UIAccessibilityCustomAction[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityElementsHidden ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AccessibilityFrame ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityElementIsFocused() **
-=== Return Value === +
-^ Return Type ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityHint ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== AccessibilityIdentifier ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AccessibilityLabel ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityIncrement() **
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityLanguage ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityNavigationStyle ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| UIAccessibilityNavigationStyle<​!-- MonoTouch.UIKit.UIAccessibilityNavigationStyle --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AccessibilityPath ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityPerformEscape() **
-=== Return Value === +
-^ Return Type ^ +
-| UIBezierPath<​!-- MonoTouch.UIKit.UIBezierPath --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityTraits ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIAccessibilityTrait<​!-- MonoTouch.UIKit.UIAccessibilityTrait --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== AccessibilityValue ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AccessibilityViewIsModal ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityPerformMagicTap() **
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AdjustsImageWhenDisabled ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== AdjustsImageWhenHighlighted ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AlignmentRectInsets ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityScroll(UIAccessibilityScrollDirection) **
-=== Return Value === +
-^ Return Type ^ +
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AllControlEvents ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIControlEvent<​!-- MonoTouch.UIKit.UIControlEvent --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== AllTargets ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​direction//​ 
-==== Alpha ==== +    ​* ​Type:​UIAccessibilityScrollDirection 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} BecomeFirstResponder() **
-==== AutoresizingMask ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIViewAutoresizing<​!-- MonoTouch.UIKit.UIViewAutoresizing --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AutosizesSubviews ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== BackgroundColor ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== Bounds ​==== +** {{wiki:​PublicMethod.gif|}} CanPerform(Selector,​NSObject) **
-=== Return Value === +
-^ Return Type ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ButtonType ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIButtonType<​!-- MonoTouch.UIKit.UIButtonType --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== CanBecomeFirstResponder ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //action// 
-==== CanResignFirstResponder ​==== +    ​* ​Type:Selector 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​withSender//​ 
-[[#Public Properties|Go Back]] +    * Type:​NSObject 
-==== Center ==== +    * Description:N/A
-Center of the view, in the container coordinate space. +
-=== Remarks === +
-When you update this property, this will automatically adjust corresponding <see cref="​P:MonoTouch.UIKit.UIView.Frame" ​/>. +
-=== Return Value === +
-^ Return Type ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView(overriden) --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} Copy(NSObject) **
-==== ClassHandle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject(overriden) --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ClearsContextBeforeDrawing ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== ClipsToBounds ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //sender// 
-==== Constraints ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} Cut(NSObject) **
-==== ContentEdgeInsets ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ContentMode ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIViewContentMode<​!-- MonoTouch.UIKit.UIViewContentMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== ContentScaleFactor ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //sender// 
-==== CurrentAttributedTitle ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| NSAttributedString<​!-- MonoTouch.Foundation.NSAttributedString --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} Delete(NSObject) **
-==== CurrentBackgroundImage ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CurrentImage ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CurrentTitle ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //sender// 
-==== CurrentTitleColor ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetTargetForAction(Selector,​NSObject) **
-==== CurrentTitleShadowColor ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DebugDescription ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:NSObject 
-==== Description ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //action// 
-==== EnableInputClicksWhenVisible ​==== +    ​* ​Type:Selector 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +  * //sender// 
-[[#Public Properties|Go Back]] +    ​* ​Type:NSObject 
-==== Enabled ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} MakeTextWritingDirectionLeftToRight(NSObject) **
-==== ExclusiveTouch ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Font ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== Frame ==== +  * Description:N/A
-Coordinates of the view relative to its container. +
-=== Remarks === +
-When changes are done to this property, the <see cref="​P:​MonoTouch.UIKit.UIView.Center"​ /> is updated with the new location and the <see cref="​P:MonoTouch.UIKit.UIView.Bounds" ​/> is updated with the new dimensions and a re-layout of the subviews is performed. ​+
  
-Changing this property will not trigger a call to <see cref="​M:​MonoTouch.UIKit.UIView.Draw(System.Drawing.RectangleF)"​ /> unless you set the <see cref="​P:​MonoTouch.UIKit.UIView.ContentMode"​ /> property to <see cref="E:MonoTouch.UIKit.UIViewContentMode.Redraw" ​/>. +== Parameters ​=
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:N/A
  
-At least on iOS 6, changing this property causes the a re-layout of the subviews, even if the dimensions are the sameThis can cause performance problems as some views (like UITableViewcan perform some very expensive computations when they are laid out. +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MakeTextWritingDirectionRightToLeft(NSObject**
  
-If your <see cref="​P:​MonoTouch.UIKit.UIView.ContentMode" ​/> property is set to <see cref="​E:​MonoTouch.UIKit.UIViewContentMode.Redraw"​ />, you can avoid a redraw of your view if you update the <see cref="​P:​MonoTouch.UIKit.UIView.Center"​ /> property instead of updating the Frame as that one will merely move the view without triggering a call to <see cref="​M:​MonoTouch.UIKit.UIView.LayoutSubviews()" ​/>. +N/
 +== Remarks == 
 +N/A
  
-<para id="​animatable">​ This property participates in the implicit animation protocol, changing it outside of a transaction will trigger an implicit animation for its values. ​+== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A
  
-If you change the <see cref="​P:​MonoTouch.UIKit.UIView.Transform"​ /> property to a matrix that does not represent the identity matrix, changing this property can have unintended consequences. In those cases, you should instead update <see cref="​P:​MonoTouch.UIKit.UIView.Center"​ /> and <see cref="​P:​MonoTouch.UIKit.UIView.Bounds" ​/> directly. +== Parameters ​=
-=== Return Value === +  * //sender/
-^ Return ​Type ^ +    ​* ​Type:NSObject 
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+    * Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView(overriden--+<div newline></​div>​ 
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} MotionBegan(UIEventSubtype,​UIEvent) ** 
-==== GestureRecognizers ​==== + 
-=== Return Value === +N/A 
-Return Type ^ +== Remarks == 
-UIGestureRecognizer[]<!-- MonoTouch.UIKit.UIGestureRecognizer[[]] --  ​|+N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​motion//​ 
 +    * Type:​UIEventSubtype 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MotionCancelled(UIEventSubtype,​UIEvent** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​motion//​ 
 +    * Type:​UIEventSubtype 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​PublicMethod.gif|}} MotionEnded(UIEventSubtype,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​motion//​ 
 +    * Type:​UIEventSubtype 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Paste(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ReloadInputViews() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoteControlReceived(UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​theEvent//​ 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ResignFirstResponder() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RestoreUserActivityState(NSUserActivity) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​activity//​ 
 +    * Type:​NSUserActivity 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Select(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SelectAll(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleBoldface(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleItalics(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleUnderline(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesBegan(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesCancelled(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesEnded(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesMoved(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} UpdateUserActivityState(NSUserActivity) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​activity//​ 
 +    * Type:​NSUserActivity 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSThread,​NSObject,​Boolean,​NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​onThread//​ 
 +    * Type:​NSThread 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​waitUntilDone//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​nsRunLoopModes//​ 
 +    * Type:​NSString[
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​anObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​object1//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​object2//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​NSString,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​String,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RespondsToSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNilValueForKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKey(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKeyPath(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForUndefinedKey(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​undefinedKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValuesForKeysWithDictionary(NSDictionary) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyedValues//​ 
 +    * Type:​NSDictionary 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForKeyPath(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForUndefinedKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChange(NSKeyValueChange,​NSIndexSet,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​changeKind//​ 
 +    * Type:​NSKeyValueChange 
 +    * Description:​N/​A 
 + 
 +  * //​indexes//​ 
 +    * Type:​NSIndexSet 
 +    * Description:​N/​A 
 + 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChange(NSString,​NSKeyValueSetMutationKind,​NSSet) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​mutationKind//​ 
 +    * Type:​NSKeyValueSetMutationKind 
 +    * Description:​N/​A 
 + 
 +  * //​objects//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChangeValue(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Dispose() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ConformsToProtocol(IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​protocol//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousRelease() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousRetain() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousAutorelease() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetNativeField(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNativeField(String,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AwakeFromNib() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} BeginInvokeOnMainThread(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InvokeOnMainThread(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} BeginInvokeOnMainThread(Action) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InvokeOnMainThread(Action) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKeyPath(IntPtr,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Invoke(Action,​Double) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Invoke(Action,​TimeSpan) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(String,​NSKeyValueObservingOptions,​Action<​NSObservedChange>​) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​IDisposable 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​observer//​ 
 +    * Type:​Action<​NSObservedChange>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSString,​NSKeyValueObservingOptions,​Action<​NSObservedChange>​) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​IDisposable 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​observer//​ 
 +    * Type:​Action<​NSObservedChange>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Init() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSObject,​NSString,​NSKeyValueObservingOptions,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSObject,​String,​NSKeyValueObservingOptions,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Copy() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChange(NSKeyValueChange,​NSIndexSet,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​changeKind//​ 
 +    * Type:​NSKeyValueChange 
 +    * Description:​N/​A 
 + 
 +  * //​indexes//​ 
 +    * Type:​NSIndexSet 
 +    * Description:​N/​A 
 + 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChange(NSString,​NSKeyValueSetMutationKind,​NSSet) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​mutationKind//​ 
 +    * Type:​NSKeyValueSetMutationKind 
 +    * Description:​N/​A 
 + 
 +  * //​objects//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChangeValue(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DoesNotRecognizeSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetDictionaryOfValuesFromKeys(NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSDictionary 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //keys// 
 +    * Type:​NSString[] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetNativeHash() ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​nuint 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsEqual(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value =
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​anObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsKindOfClass(Class) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return ​Value == 
 +  * Type:Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aClass//​ 
 +    * Type:​Class 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsMemberOfClass(Class) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aClass//​ 
 +    * Type:​Class 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MutableCopy() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ObserveValue(NSString,​NSObject,​NSDictionary,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​ofObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​change//​ 
 +    * Type:​NSDictionary 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​Double,​NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​afterDelay//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​nsRunLoopModes//​ 
 +    * Type:​NSString[] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​Double) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSThread,​NSObject,​Boolean) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​onThread//​ 
 +    * Type:​NSThread 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​waitUntilDone//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​disposing//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} AddTarget(NSObject,​IntPtr,​UIControlEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​target//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //sel// 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​events//​ 
 +    * Type:​UIControlEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveTarget(NSObject,​IntPtr,​UIControlEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​target//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //sel// 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​events//​ 
 +    * Type:​UIControlEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MarkDirty() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InitializeHandle(IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InitializeHandle(IntPtr,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​initSelector//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ClearHandle() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} HaloColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} CenterColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} HaloRadiusColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} HaloRadiusInMeter **
  
-<!-- MonoTouch.UIKit.UIView --> 
-[[#Public Properties|Go Back]] 
-==== HaloRadiusInMeter ==== 
 Gets or sets the halo radius in meter. Gets or sets the halo radius in meter.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Single<!-- System.Single --> ​  |+== Return Value == 
 +  ​* ​Type:Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} HaloStrokeWidth **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.GpsMarker --> 
-[[#Public Properties|Go Back]] 
-==== HaloStrokeWidth ==== 
 Gets or sets the width of the halo stroke. Gets or sets the width of the halo stroke.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Single<​!-- System.Single ​--> ​  |+== Return Value == 
 +  ​* ​Type:Single
  
-<!-- ThinkGeo.MapSuite.iOSEdition.GpsMarker --> +** {{wiki:​PublicProperty.gif|}} Frame **
-[[#Public Properties|Go Back]] +
-==== Handle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +Coordinates of the view relative to its container
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HasAmbiguousLayout ==== +When changes are done to this property, the  is updated with the new location and the  is updated with the new dimensions and a re-layout of the subviews is performed. Changing this property will not trigger a call to  unless you set the  property to . At least on iOS 6, changing this property causes the a re-layout of the subviews, even if the dimensions are the same.  This can cause performance problems as some views (like UITableView) can perform some very expensive computations when they are laid out. If your property is set to , you can avoid a redraw of your view if you update the  property instead of updating the Frame as that one will merely move the view without triggering a call to . This property participates in the implicit animation protocol, changing it outside of a transaction will trigger an implicit animation for its values. If you change the  property to a matrix that does not represent the identity matrix, changing this property can have unintended consequences. ​  In those cases, you should instead update ​ and  directly. 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:CGRect
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} Center **
-[[#Public Properties|Go Back]] +
-==== Hidden ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Center of the view, in the container coordinate space
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Highlighted ==== +When you update this property, this will automatically adjust corresponding ​ . 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:CGPoint
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicProperty.gif|}} Position **
-[[#Public Properties|Go Back]] +
-==== HorizontalAlignment ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIControlContentHorizontalAlignment<​!-- MonoTouch.UIKit.UIControlContentHorizontalAlignment --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ImageEdgeInsets ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +** {{wiki:​PublicProperty.gif|}} XOffset **
-[[#Public Properties|Go Back]] +
-==== ImageView ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIImageView<​!-- MonoTouch.UIKit.UIImageView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== InputAccessoryView ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} YOffset **
-[[#Public Properties|Go Back]] +
-==== InputAccessoryViewController ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIInputViewController<​!-- MonoTouch.UIKit.UIInputViewController --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== InputView ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} ClassHandle **
-[[#Public Properties|Go Back]] +
-==== InputViewController ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIInputViewController<​!-- MonoTouch.UIKit.UIInputViewController --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IntrinsicContentSize ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| SizeF<​!-- System.Drawing.SizeF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AdjustsImageWhenDisabled **
-[[#Public Properties|Go Back]] +
-==== IsAccessibilityElement ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsFirstResponder ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} AdjustsImageWhenHighlighted **
-[[#Public Properties|Go Back]] +
-==== KeyCommands ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIKeyCommand[]<​!-- MonoTouch.UIKit.UIKeyCommand[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Layer ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| CALayer<​!-- MonoTouch.CoreAnimation.CALayer --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} ButtonType **
-[[#Public Properties|Go Back]] +
-==== LayoutMargins ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LineBreakMode ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UIButtonType
-| UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +** {{wiki:​PublicProperty.gif|}} ContentEdgeInsets **
-[[#Public Properties|Go Back]] +
-==== MaskView ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MotionEffects ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UIEdgeInsets
-| UIMotionEffect[]<​!-- MonoTouch.UIKit.UIMotionEffect[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} CurrentAttributedTitle **
-[[#Public Properties|Go Back]] +
-==== MultipleTouchEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextResponder ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​NSAttributedString
-| UIResponder<​!-- MonoTouch.UIKit.UIResponder --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} CurrentBackgroundImage **
-[[#Public Properties|Go Back]] +
-==== Opaque ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Position ==== +N/A 
-World Position of marker. It's a wrapper of the PositionProperty. +== Return Value == 
-=== Return Value === +  ​* ​Type:UIImage
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Marker --> +** {{wiki:​PublicProperty.gif|}} CurrentImage **
-[[#Public Properties|Go Back]] +
-==== PreservesSuperviewLayoutMargins ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RestorationIdentifier ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIImage
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} CurrentTitle **
-[[#Public Properties|Go Back]] +
-==== RetainCount ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ReverseTitleShadowWhenHighlighted ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +** {{wiki:​PublicProperty.gif|}} CurrentTitleColor **
-[[#Public Properties|Go Back]] +
-==== Selected ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ShouldGroupAccessibilityChildren ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIColor
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} CurrentTitleShadowColor **
-[[#Public Properties|Go Back]] +
-==== ShowsTouchWhenHighlighted ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== State ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIColor
-| UIControlState<​!-- MonoTouch.UIKit.UIControlState --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicProperty.gif|}} Font **
-[[#Public Properties|Go Back]] +
-==== Subviews ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView[]<​!-- MonoTouch.UIKit.UIView[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SuperHandle ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIFont
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +** {{wiki:​PublicProperty.gif|}} ImageEdgeInsets **
-[[#Public Properties|Go Back]] +
-==== Superview ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Tag ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UIEdgeInsets
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} ImageView **
-[[#Public Properties|Go Back]] +
-==== TextInputContextIdentifier ==== +
-=== Return Value === +
-^ Return Type ^ +
-| NSString<​!-- MonoTouch.Foundation.NSString --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TextInputMode ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UIImageView
-| UITextInputMode<​!-- MonoTouch.UIKit.UITextInputMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} LineBreakMode **
-[[#Public Properties|Go Back]] +
-==== TintAdjustmentMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIViewTintAdjustmentMode<​!-- MonoTouch.UIKit.UIViewTintAdjustmentMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TintColor ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UILineBreakMode
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} ReverseTitleShadowWhenHighlighted **
-[[#Public Properties|Go Back]] +
-==== TitleEdgeInsets ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== TitleLabel ​==== +N/A 
-=== Return Value === +== Return Value == 
-Return Type ^ +  * Type:​Boolean 
-UILabel<​!-- MonoTouch.UIKit.UILabel --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ShowsTouchWhenHighlighted ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} TitleEdgeInsets ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIEdgeInsets 
 + 
 +** {{wiki:​PublicProperty.gif|}} TitleLabel ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UILabel 
 + 
 +** {{wiki:​PublicProperty.gif|}} TitleShadowOffset ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGSize 
 + 
 +** {{wiki:​PublicProperty.gif|}} AllControlEvents ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIControlEvent 
 + 
 +** {{wiki:​PublicProperty.gif|}} AllTargets ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSSet 
 + 
 +** {{wiki:​PublicProperty.gif|}} Enabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Highlighted ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} HorizontalAlignment ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIControlContentHorizontalAlignment 
 + 
 +** {{wiki:​PublicProperty.gif|}} Selected ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} State ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIControlState 
 + 
 +** {{wiki:​PublicProperty.gif|}} TouchInside ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Tracking ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} VerticalAlignment ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIControlContentVerticalAlignment 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityActivationPoint ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGPoint 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityElementsHidden ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityFrame ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityHint ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityIdentifier ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityLabel ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityLanguage ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityNavigationStyle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIAccessibilityNavigationStyle 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityPath ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIBezierPath 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityTraits ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIAccessibilityTrait 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityValue ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityViewIsModal ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AlignmentRectInsets ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIEdgeInsets 
 + 
 +** {{wiki:​PublicProperty.gif|}} Alpha ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nfloat 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoresizingMask ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewAutoresizing 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutosizesSubviews ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} BackgroundColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bounds ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClearsContextBeforeDrawing ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClipsToBounds ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Constraints ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSLayoutConstraint[
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewContentMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentScaleFactor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nfloat 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentStretch ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} ExclusiveTouch ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} GestureRecognizers ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIGestureRecognizer[
 + 
 +** {{wiki:​PublicProperty.gif|}} HasAmbiguousLayout ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Hidden ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IntrinsicContentSize ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGSize 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsAccessibilityElement ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Layer ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CALayer 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayoutMargins ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIEdgeInsets 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaskView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} MotionEffects ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIMotionEffect[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MultipleTouchEnabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opaque ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} PreservesSuperviewLayoutMargins ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RestorationIdentifier ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ShouldGroupAccessibilityChildren ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Subviews ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Superview ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} Tag ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:nint 
 + 
 +** {{wiki:​PublicProperty.gif|}} TintAdjustmentMode ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​UIViewTintAdjustmentMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} TintColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} TraitCollection ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UITraitCollection 
 + 
 +** {{wiki:​PublicProperty.gif|}} Transform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGAffineTransform 
 + 
 +** {{wiki:​PublicProperty.gif|}} TranslatesAutoresizingMaskIntoConstraints ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} UserInteractionEnabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ViewForBaselineLayout ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} ViewPrintFormatter ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewPrintFormatter 
 + 
 +** {{wiki:​PublicProperty.gif|}} Window ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIWindow 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityCustomActions ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIAccessibilityCustomAction[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanBecomeFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanResignFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputAccessoryView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputAccessoryViewController ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIInputViewController 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputViewController ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIInputViewController 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} KeyCommands ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIKeyCommand[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} NextResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIResponder 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextInputContextIdentifier ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSString 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextInputMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UITextInputMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} UndoManager ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSUndoManager 
 + 
 +** {{wiki:​PublicProperty.gif|}} UserActivity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSUserActivity 
 + 
 +** {{wiki:​PublicProperty.gif|}} SuperHandle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​PublicProperty.gif|}} Handle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​PublicProperty.gif|}} Class ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Class 
 + 
 +** {{wiki:​PublicProperty.gif|}} DebugDescription ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Description ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsProxy ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RetainCount ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nuint 
 + 
 +** {{wiki:​PublicProperty.gif|}} Self ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSObject 
 + 
 +** {{wiki:​PublicProperty.gif|}} Superclass ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Class 
 + 
 +** {{wiki:​PublicProperty.gif|}} Zone ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSZone 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} MapArguments ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDirectBinding ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} InFinalizerQueue ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} TouchDown ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<!-- MonoTouch.UIKit.UIButton --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== TitleShadowOffset ==== +
-=== Return Value === +
-^ Return Type ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIButton --> +** {{wiki:​PublicEvent.gif|}} TouchDownRepeat ** 
-[[#Public Properties|Go Back]] +N/A 
-==== TouchInside ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Tracking ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} TouchDragInside ** 
-[[#Public Properties|Go Back]] +N/A 
-==== TraitCollection ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| UITraitCollection<​!-- MonoTouch.UIKit.UITraitCollection --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Transform ==== +
-=== Return Value === +
-^ Return Type ^ +
-| CGAffineTransform<​!-- MonoTouch.CoreGraphics.CGAffineTransform --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicEvent.gif|}} TouchDragOutside ** 
-[[#Public Properties|Go Back]] +N/A 
-==== TranslatesAutoresizingMaskIntoConstraints ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== UndoManager ==== +
-=== Return Value === +
-^ Return Type ^ +
-| NSUndoManager<​!-- MonoTouch.Foundation.NSUndoManager --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicEvent.gif|}} TouchDragEnter ** 
-[[#Public Properties|Go Back]] +N/A 
-==== UserActivity ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== UserInteractionEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicEvent.gif|}} TouchDragExit ** 
-[[#Public Properties|Go Back]] +N/A 
-==== VerticalAlignment ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| UIControlContentVerticalAlignment<​!-- MonoTouch.UIKit.UIControlContentVerticalAlignment --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== ViewForBaselineLayout ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicEvent.gif|}} TouchUpInside ** 
-[[#Public Properties|Go Back]] +N/A 
-==== ViewPrintFormatter ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| UIViewPrintFormatter<​!-- MonoTouch.UIKit.UIViewPrintFormatter --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Window ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIWindow<​!-- MonoTouch.UIKit.UIWindow --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicEvent.gif|}} TouchUpOutside ** 
-[[#Public Properties|Go Back]] +N/A 
-==== XOffset ==== +== Remarks ​== 
-Gets or sets the x offset of marker image. +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Marker --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== YOffset ==== +
-Gets or sets the y offset of marker image. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Marker --> +** {{wiki:​PublicEvent.gif|}} TouchCancel ** 
-[[#Public Properties|Go Back]] +N/A 
-===== Protected Properties ===== +== Remarks ​== 
-===== Public Events ===== +N/A
-==== AllEditingEvents ==== +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== AllEvents ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} ValueChanged ** 
-[[#Public Events|Go Back]] +N/A 
-==== AllTouchEvents ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== EditingChanged ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} EditingDidBegin ​** 
-[[#Public Events|Go Back]] +N/A 
-==== EditingDidBegin ​==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== EditingDidEnd ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} EditingChanged ** 
-[[#Public Events|Go Back]] +N/A 
-==== EditingDidEndOnExit ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TouchCancel ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} EditingDidEnd ** 
-[[#Public Events|Go Back]] +N/A 
-==== TouchDown ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TouchDownRepeat ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} EditingDidEndOnExit ** 
-[[#Public Events|Go Back]] +N/A 
-==== TouchDragEnter ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TouchDragExit ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} AllTouchEvents ** 
-[[#Public Events|Go Back]] +N/A 
-==== TouchDragInside ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TouchDragOutside ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} AllEditingEvents ** 
-[[#Public Events|Go Back]] +N/A 
-==== TouchUpInside ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TouchUpOutside ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +** {{wiki:​PublicEvent.gif|}} AllEvents ** 
-[[#Public Events|Go Back]] +N/A 
-==== ValueChanged ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- MonoTouch.UIKit.UIControl --> +Event Arguments:
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​iOSEdition]] 
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.iosedition.gpsmarker.1440040131.txt.gz · Last modified: 2015/09/21 08:33 (external edit)