Compartir a través de


PlacementAdapter.AdapterType (Propiedad)

Obtiene el tipo de adaptador que esta clase representa.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property AdapterType As Type
    Get
public override Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
    Type^ get () override;
}
abstract AdapterType : Type
override AdapterType : Type
override function get AdapterType () : Type

Valor de propiedad

Tipo: System.Type
Devuelve un tipo PlacementAdapter.

Seguridad de .NET Framework

Vea también

Referencia

PlacementAdapter Clase

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

AdornerPlacementCollection

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos