Compartir a través de


DesignerView.Adorners (Propiedad)

Obtiene la colección de adornos en esta vista.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public ReadOnly Property Adorners As ICollection(Of UIElement)
    Get
public ICollection<UIElement> Adorners { get; }
public:
property ICollection<UIElement^>^ Adorners {
    ICollection<UIElement^>^ get ();
}
member Adorners : ICollection<UIElement>
function get Adorners () : ICollection<UIElement>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<UIElement>
Colección de todos los paneles de adornos de la superficie de diseño.

Seguridad de .NET Framework

Vea también

Referencia

DesignerView Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos