Block.PreviousBlock Eigenschaft

Definition

Ruft das gleichgeordnete Block Element ab, das direkt vor dem aktuellen Block Element steht.

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

Eigenschaftswert

Das gleichgeordnete Block Element, das dem aktuellen Block Element direkt vorausgeht oder null wenn kein solches Element vorhanden ist.

Gilt für:

Weitere Informationen