Block.PreviousBlock Propriété

Définition

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

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 Block frère qui précède directement l'élément Block actuel, ou null s'il n'existe aucun élément de ce type.

S’applique à

Voir aussi