Block.NextBlock Eigenschaft

Definition

Ruft das gleichgeordnete Block Element ab, das direkt auf das aktuelle Block Element folgt.

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

Eigenschaftswert

Das gleichgeordnete Block Element, das direkt auf das aktuelle Block Element folgt oder null wenn kein solches Element vorhanden ist.

Gilt für:

Weitere Informationen