TextPointer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト要素内の位置を表します。
public ref class TextPointer sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextPointer final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextPointer
Public NotInheritable Class TextPointer
- 継承
- 属性
プロパティ
LogicalDirection |
現在の位置に関連付けられている論理的な方向を取得します。これは、現在の位置に関連付けられているコンテンツを明確にするために使用されます。 |
Offset |
コンテナー内の TextPointer の文字インデックスを取得します。 |
Parent |
現在の位置を含む論理親を取得します。 |
VisualParent |
この TextPointer を "所有" するユーザー インターフェイス (UI) 要素を取得します。 |
メソッド
GetCharacterRect(LogicalDirection) |
現在の TextPointer を指定した論理方向に罫線で囲むコンテンツの境界ボックスを返します。 |
GetPositionAtOffset(Int32, LogicalDirection) |
TextPointer を、現在の TextPointer の先頭から指定した方向の、指定したオフセットで示される位置 (シンボル単位) に戻します。 |