AnchoredBlock.Blocks Propiedad

Definición

Obtiene una clase BlockCollection que contiene los elementos Block de nivel superior que conforman el contenido del elemento.

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

Valor de propiedad

BlockCollection

Clase BlockCollection que contiene los elementos Block que conforman el contenido del elemento.

Esta propiedad no tiene ningún valor predeterminado.

Se aplica a