Class TextPointer
Inheritance
System.Object
TextPointer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class TextPointer
Properties
|
Improve this Doc
View Source
IsAtInsertionPosition
Declaration
[NotImplemented]
public bool IsAtInsertionPosition { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LogicalDirection
Declaration
[NotImplemented]
public LogicalDirection LogicalDirection { get; }
Property Value
|
Improve this Doc
View Source
Parent
Declaration
[NotImplemented]
public DependencyObject Parent { get; }
Property Value
|
Improve this Doc
View Source
VisualParent
Declaration
[NotImplemented]
public FrameworkElement VisualParent { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(TextPointer)
Declaration
[NotImplemented]
public int CompareTo(TextPointer position)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCharacterRect(LogicalDirection)
Declaration
[NotImplemented]
public Rect GetCharacterRect(LogicalDirection direction)
Parameters
Returns
|
Improve this Doc
View Source
GetNextInsertionPosition(LogicalDirection)
Declaration
[NotImplemented]
public TextPointer GetNextInsertionPosition(LogicalDirection direction)
Parameters
Returns
|
Improve this Doc
View Source
GetPositionAtOffset(Int32, LogicalDirection)
Declaration
[NotImplemented]
public TextPointer GetPositionAtOffset(int offset, LogicalDirection direction)
Parameters
Returns
Extension Methods