Block.NextBlock Eigenschaft

Definition

Ruft das nebengeordnete 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 nebengeordnete Block-Element, das direkt auf das aktuelle Block-Element folgt, oder null, wenn kein entsprechendes Element vorhanden ist.

Gilt für:

Weitere Informationen