Class TextSelection
Inheritance
System.Object
TextSelection
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()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class TextSelection
Properties
| Improve this Doc View SourceEnd
Declaration
[NotImplemented]
public TextPointer End { get; }
Property Value
Type | Description |
---|---|
TextPointer |
Start
Declaration
[NotImplemented]
public TextPointer Start { get; }
Property Value
Type | Description |
---|---|
TextPointer |
Text
Declaration
[NotImplemented]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Xaml
Declaration
[NotImplemented]
public string Xaml { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceApplyPropertyValue(DependencyProperty, Object)
Declaration
[NotImplemented]
public void ApplyPropertyValue(DependencyProperty formattingProperty, object value)
Parameters
Type | Name | Description |
---|---|---|
DependencyProperty | formattingProperty | |
System.Object | value |
GetPropertyValue(DependencyProperty)
Declaration
[NotImplemented]
public object GetPropertyValue(DependencyProperty formattingProperty)
Parameters
Type | Name | Description |
---|---|---|
DependencyProperty | formattingProperty |
Returns
Type | Description |
---|---|
System.Object |
Insert(TextElement)
Declaration
[NotImplemented]
public void Insert(TextElement element)
Parameters
Type | Name | Description |
---|---|---|
TextElement | element |
Select(TextPointer, TextPointer)
Declaration
[NotImplemented]
public void Select(TextPointer anchorPosition, TextPointer movingPosition)
Parameters
Type | Name | Description |
---|---|---|
TextPointer | anchorPosition | |
TextPointer | movingPosition |