Block.PreviousBlock Propriété

Définition

Obtient l’élément frère Block qui précède directement l’élément actuel Block .

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

Valeur de propriété

Élément frère Block qui précède directement l’élément actuel Block , ou null s’il n’existe aucun élément de ce type.

S’applique à

Voir aussi