TextPointer.Paragraph Propriedade

Definição

Recebe o parágrafo que define a posição atual, se houver.

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

Valor de Propriedade

O Paragraph que abrange a posição atual, ou null se tal parágrafo não existir.

Aplica-se a

Ver também