Freigeben über


PlacementAdapter.AdapterType-Eigenschaft

Ruft den Typ des Adapters ab, den diese Klasse darstellt.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Type
Gibt einen PlacementAdapter-Typ zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

PlacementAdapter Klasse

Microsoft.Windows.Design.Interaction-Namespace

AdornerPlacementCollection

AdornerPanel

Weitere Ressourcen

Exemplarische Vorgehensweise: Erstellen eines Entwurfszeitadorners

Adorner-Architektur