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 如果沒有這樣的段落。

適用於

另請參閱