TextPointer.Paragraph プロパティ

定義

現在位置をスコープとする段落 (ある場合) を取得します。

public:
 property System::Windows::Documents::Paragraph ^ Paragraph { System::Windows::Documents::Paragraph ^ get(); };
public System.Windows.Documents.Paragraph Paragraph { get; }
member this.Paragraph : System.Windows.Documents.Paragraph
Public ReadOnly Property Paragraph As Paragraph

プロパティ値

現在の位置をスコープとする Paragraph 。そのような段落が存在しない場合は null

適用対象

こちらもご覧ください