Block.NextBlock 屬性

定義

取得直接位在目前 Block 項目後面的同層級 Block 項目。

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

屬性值

直接位在目前 Block 項目後面的同層級 Block 項目,若不存在此種項目則為 null

適用於

另請參閱