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 不存在此类段落。

适用于

另请参阅