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 则为 。

适用于

另请参阅