User Tools

Site Tools


thinkgeo.mapsuite.iosedition.gpsmarker

ThinkGeo.MapSuite.iOSEdition.GpsMarker

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Represents an GpsMarker for MapControl.

Inheritance Hierarchy

  • System.Object
    • Foundation.NSObject
      • UIKit.UIResponder
        • UIKit.UIView
          • UIKit.UIControl
            • UIKit.UIButton
              • ThinkGeo.MapSuite.iOSEdition.Marker
                • ThinkGeo.MapSuite.iOSEdition.GpsMarker

Members Summary

Public Constructors

GpsMarker()

Initializes a new instance of the class.

Remarks

N/A

Parameters

Protected Constructors

Public Methods

BackgroundImageForState(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:UIImage
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

BackgroundRectForBounds(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

ContentRectForBounds(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

GetAttributedTitle(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:NSAttributedString
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

ImageForState(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:UIImage
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

ImageRectForContentRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

SetAttributedTitle(NSAttributedString,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • title
    • Type:NSAttributedString
    • Description:N/A
  • state
    • Type:UIControlState
    • Description:N/A

SetBackgroundImage(UIImage,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • image
    • Type:UIImage
    • Description:N/A
  • forState
    • Type:UIControlState
    • Description:N/A

SetImage(UIImage,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • image
    • Type:UIImage
    • Description:N/A
  • forState
    • Type:UIControlState
    • Description:N/A

SetTitle(String,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • title
    • Type:String
    • Description:N/A
  • forState
    • Type:UIControlState
    • Description:N/A

SetTitleColor(UIColor,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • color
    • Type:UIColor
    • Description:N/A
  • forState
    • Type:UIControlState
    • Description:N/A

SetTitleShadowColor(UIColor,UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • color
    • Type:UIColor
    • Description:N/A
  • forState
    • Type:UIControlState
    • Description:N/A

Title(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

TitleColor(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:UIColor
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

TitleRectForContentRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

TitleShadowColor(UIControlState)

N/A

Remarks

N/A

Return Value
  • Type:UIColor
  • Description:N/A
Parameters
  • state
    • Type:UIControlState
    • Description:N/A

AddTarget(EventHandler,UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • notification
    • Type:EventHandler
    • Description:N/A
  • events
    • Type:UIControlEvent
    • Description:N/A

RemoveTarget(EventHandler,UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • notification
    • Type:EventHandler
    • Description:N/A
  • events
    • Type:UIControlEvent
    • Description:N/A

AddTarget(NSObject,Selector,UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • target
    • Type:NSObject
    • Description:N/A
  • sel
    • Type:Selector
    • Description:N/A
  • events
    • Type:UIControlEvent
    • Description:N/A

BeginTracking(UITouch,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • uitouch
    • Type:UITouch
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

CancelTracking(UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uievent
    • Type:UIEvent
    • Description:N/A

ContinueTracking(UITouch,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • uitouch
    • Type:UITouch
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

EndTracking(UITouch,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uitouch
    • Type:UITouch
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

GetActions(NSObject,UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:String[]
  • Description:N/A
Parameters
  • target
    • Type:NSObject
    • Description:N/A
  • events
    • Type:UIControlEvent
    • Description:N/A

RemoveTarget(NSObject,Selector,UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • target
    • Type:NSObject
    • Description:N/A
  • sel
    • Type:Selector
    • Description:N/A
  • events
    • Type:UIControlEvent
    • Description:N/A

SendAction(Selector,NSObject,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Selector
    • Description:N/A
  • target
    • Type:NSObject
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

SendActionForControlEvents(UIControlEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • events
    • Type:UIControlEvent
    • Description:N/A

SystemLayoutSizeFittingSize(CGSize,Single,Single)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • targetSize
    • Type:CGSize
    • Description:N/A
  • horizontalFittingPriority
    • Type:Single
    • Description:N/A
  • verticalFittingPriority
    • Type:Single
    • Description:N/A

TintColorDidChange()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

TraitCollectionDidChange(UITraitCollection)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • previousTraitCollection
    • Type:UITraitCollection
    • Description:N/A

UpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateConstraintsIfNeeded()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ViewWithTag(nint)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • tag
    • Type:nint
    • Description:N/A

WillMoveToSuperview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newsuper
    • Type:UIView
    • Description:N/A

WillMoveToWindow(UIWindow)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • window
    • Type:UIWindow
    • Description:N/A

WillRemoveSubview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiview
    • Type:UIView
    • Description:N/A

Add(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

AddSubviews(UIView[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • views
    • Type:UIView[]
    • Description:N/A

GetEnumerator()

N/A

Remarks

N/A

Return Value
  • Type:IEnumerator
  • Description:N/A
Parameters

AccessibilityActivate()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AddConstraint(NSLayoutConstraint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraint
    • Type:NSLayoutConstraint
    • Description:N/A

AddConstraints(NSLayoutConstraint[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraints
    • Type:NSLayoutConstraint[]
    • Description:N/A

AddGestureRecognizer(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

AddMotionEffect(UIMotionEffect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • effect
    • Type:UIMotionEffect
    • Description:N/A

AddSubview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

AlignmentRectForFrame(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • frame
    • Type:CGRect
    • Description:N/A

BringSubviewToFront(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

ContentCompressionResistancePriority(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Single
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

ContentHuggingPriority(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Single
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

ConvertPointFromCoordinateSpace(CGPoint,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertPointFromView(CGPoint,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • fromView
    • Type:UIView
    • Description:N/A

ConvertPointToCoordinateSpace(CGPoint,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertPointToView(CGPoint,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • toView
    • Type:UIView
    • Description:N/A

ConvertRectFromCoordinateSpace(CGRect,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertRectFromView(CGRect,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • fromView
    • Type:UIView
    • Description:N/A

ConvertRectToCoordinateSpace(CGRect,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertRectToView(CGRect,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • toView
    • Type:UIView
    • Description:N/A

DecodeRestorableState(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • coder
    • Type:NSCoder
    • Description:N/A

Draw(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

DrawRect(CGRect,UIViewPrintFormatter)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • area
    • Type:CGRect
    • Description:N/A
  • formatter
    • Type:UIViewPrintFormatter
    • Description:N/A

DrawViewHierarchy(CGRect,Boolean)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A

EncodeRestorableState(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • coder
    • Type:NSCoder
    • Description:N/A

EncodeTo(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • encoder
    • Type:NSCoder
    • Description:N/A

ExchangeSubview(nint,nint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • atIndex
    • Type:nint
    • Description:N/A
  • withSubviewAtIndex
    • Type:nint
    • Description:N/A

ExerciseAmbiguityInLayout()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

FrameForAlignmentRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • alignmentRect
    • Type:CGRect
    • Description:N/A

GestureRecognizerShouldBegin(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

GetConstraintsAffectingLayout(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:NSLayoutConstraint[]
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

HitTest(CGPoint,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

InsertSubview(UIView,nint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • atIndex
    • Type:nint
    • Description:N/A

InsertSubviewAbove(UIView,UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • siblingSubview
    • Type:UIView
    • Description:N/A

InsertSubviewBelow(UIView,UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • siblingSubview
    • Type:UIView
    • Description:N/A

InvalidateIntrinsicContentSize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

IsDescendantOfView(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

LayoutIfNeeded()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

LayoutMarginsDidChange()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

LayoutSubviews()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MovedToSuperview()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MovedToWindow()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

NeedsUpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

PointInside(CGPoint,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

RemoveConstraint(NSLayoutConstraint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraint
    • Type:NSLayoutConstraint
    • Description:N/A

RemoveConstraints(NSLayoutConstraint[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraints
    • Type:NSLayoutConstraint[]
    • Description:N/A

RemoveFromSuperview()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoveGestureRecognizer(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

RemoveMotionEffect(UIMotionEffect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • effect
    • Type:UIMotionEffect
    • Description:N/A

ResizableSnapshotView(CGRect,Boolean,UIEdgeInsets)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A
  • capInsets
    • Type:UIEdgeInsets
    • Description:N/A

SendSubviewToBack(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

SetContentCompressionResistancePriority(Single,UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • priority
    • Type:Single
    • Description:N/A
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

SetContentHuggingPriority(Single,UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • priority
    • Type:Single
    • Description:N/A
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

SetNeedsDisplay()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SetNeedsDisplayInRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

SetNeedsLayout()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SetNeedsUpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SizeThatFits(CGSize)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • size
    • Type:CGSize
    • Description:N/A

SizeToFit()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SnapshotView(Boolean)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A

SubviewAdded(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiview
    • Type:UIView
    • Description:N/A

SystemLayoutSizeFittingSize(CGSize)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • size
    • Type:CGSize
    • Description:N/A

AccessibilityDecrement()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementDidBecomeFocused()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementDidLoseFocus()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementIsFocused()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityIncrement()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityPerformEscape()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityPerformMagicTap()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityScroll(UIAccessibilityScrollDirection)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • direction
    • Type:UIAccessibilityScrollDirection
    • Description:N/A

BecomeFirstResponder()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CanPerform(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • action
    • Type:Selector
    • Description:N/A
  • withSender
    • Type:NSObject
    • Description:N/A

Copy(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

Cut(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

Delete(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

GetTargetForAction(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • action
    • Type:Selector
    • Description:N/A
  • sender
    • Type:NSObject
    • Description:N/A

MakeTextWritingDirectionLeftToRight(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

MakeTextWritingDirectionRightToLeft(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

MotionBegan(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

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

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

Paste(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ReloadInputViews()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoteControlReceived(UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • theEvent
    • Type:UIEvent
    • Description:N/A

ResignFirstResponder()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RestoreUserActivityState(NSUserActivity)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • activity
    • Type:NSUserActivity
    • Description:N/A

Select(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

SelectAll(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleBoldface(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleItalics(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleUnderline(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

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

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

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

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

UpdateUserActivityState(NSUserActivity)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • activity
    • Type:NSUserActivity
    • Description:N/A

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

PerformSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • aSelector
    • Type:Selector
    • Description:N/A

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

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

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

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

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

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

RespondsToSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A

SetNilValueForKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

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

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

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

SetValuesForKeysWithDictionary(NSDictionary)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • keyedValues
    • Type:NSDictionary
    • Description:N/A

ValueForKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

ValueForKeyPath(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • keyPath
    • Type:NSString
    • Description:N/A

ValueForUndefinedKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

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

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

WillChangeValue(String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:String
    • Description:N/A

Dispose()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ConformsToProtocol(IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • protocol
    • Type:IntPtr
    • Description:N/A

DangerousRelease()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

DangerousRetain()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

DangerousAutorelease()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

GetNativeField(String)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

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

AwakeFromNib()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

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

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

BeginInvokeOnMainThread(Action)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A

InvokeOnMainThread(Action)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A

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

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

Equals(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:NSObject
    • Description:N/A

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

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

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

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

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

Init()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

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

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

Copy()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

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

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

DidChangeValue(String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:String
    • Description:N/A

DoesNotRecognizeSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A

GetDictionaryOfValuesFromKeys(NSString[])

N/A

Remarks

N/A

Return Value
  • Type:NSDictionary
  • Description:N/A
Parameters
  • keys
    • Type:NSString[]
    • Description:N/A

GetNativeHash()

N/A

Remarks

N/A

Return Value
  • Type:nuint
  • Description:N/A
Parameters

IsEqual(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • anObject
    • Type:NSObject
    • Description:N/A

IsKindOfClass(Class)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • aClass
    • Type:Class
    • Description:N/A

IsMemberOfClass(Class)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • aClass
    • Type:Class
    • Description:N/A

MutableCopy()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

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

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

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

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

GetType()

N/A

Remarks

N/A

Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Dispose(Boolean)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

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

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

Finalize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MarkDirty()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

InitializeHandle(IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handle
    • Type:IntPtr
    • Description:N/A

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

ClearHandle()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

HaloColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

CenterColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

HaloRadiusColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

HaloRadiusInMeter

Gets or sets the halo radius in meter.

Remarks

N/A

Return Value
  • Type:Single

HaloStrokeWidth

Gets or sets the width of the halo stroke.

Remarks

N/A

Return Value
  • Type:Single

Frame

Coordinates of the view relative to its container.

Remarks

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
  • Type:CGRect

Center

Center of the view, in the container coordinate space.

Remarks

When you update this property, this will automatically adjust corresponding .

Return Value
  • Type:CGPoint

Position

N/A

Remarks

N/A

Return Value

XOffset

N/A

Remarks

N/A

Return Value
  • Type:Int32

YOffset

N/A

Remarks

N/A

Return Value
  • Type:Int32

ClassHandle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

AdjustsImageWhenDisabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AdjustsImageWhenHighlighted

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ButtonType

N/A

Remarks

N/A

Return Value
  • Type:UIButtonType

ContentEdgeInsets

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

CurrentAttributedTitle

N/A

Remarks

N/A

Return Value
  • Type:NSAttributedString

CurrentBackgroundImage

N/A

Remarks

N/A

Return Value
  • Type:UIImage

CurrentImage

N/A

Remarks

N/A

Return Value
  • Type:UIImage

CurrentTitle

N/A

Remarks

N/A

Return Value
  • Type:String

CurrentTitleColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

CurrentTitleShadowColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

Font

N/A

Remarks

N/A

Return Value
  • Type:UIFont

ImageEdgeInsets

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

ImageView

N/A

Remarks

N/A

Return Value
  • Type:UIImageView

LineBreakMode

N/A

Remarks

N/A

Return Value
  • Type:UILineBreakMode

ReverseTitleShadowWhenHighlighted

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ShowsTouchWhenHighlighted

N/A

Remarks

N/A

Return Value
  • Type:Boolean

TitleEdgeInsets

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

TitleLabel

N/A

Remarks

N/A

Return Value
  • Type:UILabel

TitleShadowOffset

N/A

Remarks

N/A

Return Value
  • Type:CGSize

AllControlEvents

N/A

Remarks

N/A

Return Value
  • Type:UIControlEvent

AllTargets

N/A

Remarks

N/A

Return Value
  • Type:NSSet

Enabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Highlighted

N/A

Remarks

N/A

Return Value
  • Type:Boolean

HorizontalAlignment

N/A

Remarks

N/A

Return Value
  • Type:UIControlContentHorizontalAlignment

Selected

N/A

Remarks

N/A

Return Value
  • Type:Boolean

State

N/A

Remarks

N/A

Return Value
  • Type:UIControlState

TouchInside

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Tracking

N/A

Remarks

N/A

Return Value
  • Type:Boolean

VerticalAlignment

N/A

Remarks

N/A

Return Value
  • Type:UIControlContentVerticalAlignment

AccessibilityActivationPoint

N/A

Remarks

N/A

Return Value
  • Type:CGPoint

AccessibilityElementsHidden

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AccessibilityFrame

N/A

Remarks

N/A

Return Value
  • Type:CGRect

AccessibilityHint

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityIdentifier

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityLabel

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityLanguage

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityNavigationStyle

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityNavigationStyle

AccessibilityPath

N/A

Remarks

N/A

Return Value
  • Type:UIBezierPath

AccessibilityTraits

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityTrait

AccessibilityValue

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityViewIsModal

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AlignmentRectInsets

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

Alpha

N/A

Remarks

N/A

Return Value
  • Type:nfloat

AutoresizingMask

N/A

Remarks

N/A

Return Value
  • Type:UIViewAutoresizing

AutosizesSubviews

N/A

Remarks

N/A

Return Value
  • Type:Boolean

BackgroundColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

Bounds

N/A

Remarks

N/A

Return Value
  • Type:CGRect

ClearsContextBeforeDrawing

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ClipsToBounds

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Constraints

N/A

Remarks

N/A

Return Value
  • Type:NSLayoutConstraint[]

ContentMode

N/A

Remarks

N/A

Return Value
  • Type:UIViewContentMode

ContentScaleFactor

N/A

Remarks

N/A

Return Value
  • Type:nfloat

ContentStretch

N/A

Remarks

N/A

Return Value
  • Type:CGRect

ExclusiveTouch

N/A

Remarks

N/A

Return Value
  • Type:Boolean

GestureRecognizers

N/A

Remarks

N/A

Return Value
  • Type:UIGestureRecognizer[]

HasAmbiguousLayout

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Hidden

N/A

Remarks

N/A

Return Value
  • Type:Boolean

IntrinsicContentSize

N/A

Remarks

N/A

Return Value
  • Type:CGSize

IsAccessibilityElement

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Layer

N/A

Remarks

N/A

Return Value
  • Type:CALayer

LayoutMargins

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

MaskView

N/A

Remarks

N/A

Return Value
  • Type:UIView

MotionEffects

N/A

Remarks

N/A

Return Value
  • Type:UIMotionEffect[]

MultipleTouchEnabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Opaque

N/A

Remarks

N/A

Return Value
  • Type:Boolean

PreservesSuperviewLayoutMargins

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RestorationIdentifier

N/A

Remarks

N/A

Return Value
  • Type:String

ShouldGroupAccessibilityChildren

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Subviews

N/A

Remarks

N/A

Return Value
  • Type:UIView[]

Superview

N/A

Remarks

N/A

Return Value
  • Type:UIView

Tag

N/A

Remarks

N/A

Return Value
  • Type:nint

TintAdjustmentMode

N/A

Remarks

N/A

Return Value
  • Type:UIViewTintAdjustmentMode

TintColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

TraitCollection

N/A

Remarks

N/A

Return Value
  • Type:UITraitCollection

Transform

N/A

Remarks

N/A

Return Value
  • Type:CGAffineTransform

TranslatesAutoresizingMaskIntoConstraints

N/A

Remarks

N/A

Return Value
  • Type:Boolean

UserInteractionEnabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ViewForBaselineLayout

N/A

Remarks

N/A

Return Value
  • Type:UIView

ViewPrintFormatter

N/A

Remarks

N/A

Return Value
  • Type:UIViewPrintFormatter

Window

N/A

Remarks

N/A

Return Value
  • Type:UIWindow

AccessibilityCustomActions

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityCustomAction[]

CanBecomeFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

CanResignFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

InputAccessoryView

N/A

Remarks

N/A

Return Value
  • Type:UIView

InputAccessoryViewController

N/A

Remarks

N/A

Return Value
  • Type:UIInputViewController

InputView

N/A

Remarks

N/A

Return Value
  • Type:UIView

InputViewController

N/A

Remarks

N/A

Return Value
  • Type:UIInputViewController

IsFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

KeyCommands

N/A

Remarks

N/A

Return Value
  • Type:UIKeyCommand[]

NextResponder

N/A

Remarks

N/A

Return Value
  • Type:UIResponder

TextInputContextIdentifier

N/A

Remarks

N/A

Return Value
  • Type:NSString

TextInputMode

N/A

Remarks

N/A

Return Value
  • Type:UITextInputMode

UndoManager

N/A

Remarks

N/A

Return Value
  • Type:NSUndoManager

UserActivity

N/A

Remarks

N/A

Return Value
  • Type:NSUserActivity

SuperHandle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

Handle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

Class

N/A

Remarks

N/A

Return Value
  • Type:Class

DebugDescription

N/A

Remarks

N/A

Return Value
  • Type:String

Description

N/A

Remarks

N/A

Return Value
  • Type:String

IsProxy

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RetainCount

N/A

Remarks

N/A

Return Value
  • Type:nuint

Self

N/A

Remarks

N/A

Return Value
  • Type:NSObject

Superclass

N/A

Remarks

N/A

Return Value
  • Type:Class

Zone

N/A

Remarks

N/A

Return Value
  • Type:NSZone

Protected Properties

MapArguments

N/A

Remarks

N/A

Return Value

IsDirectBinding

N/A

Remarks

N/A

Return Value
  • Type:Boolean

InFinalizerQueue

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Public Events

TouchDown N/A

Remarks

N/A

Event Arguments:

TouchDownRepeat N/A

Remarks

N/A

Event Arguments:

TouchDragInside N/A

Remarks

N/A

Event Arguments:

TouchDragOutside N/A

Remarks

N/A

Event Arguments:

TouchDragEnter N/A

Remarks

N/A

Event Arguments:

TouchDragExit N/A

Remarks

N/A

Event Arguments:

TouchUpInside N/A

Remarks

N/A

Event Arguments:

TouchUpOutside N/A

Remarks

N/A

Event Arguments:

TouchCancel N/A

Remarks

N/A

Event Arguments:

ValueChanged N/A

Remarks

N/A

Event Arguments:

EditingDidBegin N/A

Remarks

N/A

Event Arguments:

EditingChanged N/A

Remarks

N/A

Event Arguments:

EditingDidEnd N/A

Remarks

N/A

Event Arguments:

EditingDidEndOnExit N/A

Remarks

N/A

Event Arguments:

AllTouchEvents N/A

Remarks

N/A

Event Arguments:

AllEditingEvents N/A

Remarks

N/A

Event Arguments:

AllEvents N/A

Remarks

N/A

Event Arguments:

thinkgeo.mapsuite.iosedition.gpsmarker.txt · Last modified: 2017/03/16 21:59 (external edit)