Share via


IUITextCursorView Interface

Definition

This interface represents the Objective-C protocol UITextCursorView.

[Foundation.Protocol(Name="UITextCursorView", WrapperType=typeof(UIKit.UITextCursorViewWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ResetBlinkAnimation", Selector="resetBlinkAnimation")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isBlinking", IsProperty=true, IsRequired=true, IsStatic=false, Name="Blinking", PropertyType=typeof(System.Boolean), Selector="blinking", SetterSelector="setBlinking:")]
public interface IUITextCursorView : IDisposable, UIKit.IUICoordinateSpace
[<Foundation.Protocol(Name="UITextCursorView", WrapperType=typeof(UIKit.UITextCursorViewWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ResetBlinkAnimation", Selector="resetBlinkAnimation")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isBlinking", IsProperty=true, IsRequired=true, IsStatic=false, Name="Blinking", PropertyType=typeof(System.Boolean), Selector="blinking", SetterSelector="setBlinking:")>]
type IUITextCursorView = interface
    interface INativeObject
    interface IDisposable
    interface IUICoordinateSpace
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Blinking
Bounds

Gets the bounding rectangle of the object in its own coordinate space.

(Inherited from IUICoordinateSpace)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace) (Inherited from IUICoordinateSpace)
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace) (Inherited from IUICoordinateSpace)
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace) (Inherited from IUICoordinateSpace)
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace) (Inherited from IUICoordinateSpace)
ResetBlinkAnimation()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to