Dela via


RootPlacementAdapter.AdapterType Property

This member overrides PlacementAdapter.AdapterType, and more complete documentation might be available in that topic.

Gets the adapter type.

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

Syntax

'Declaration
Public Overrides ReadOnly Property AdapterType As Type
'Usage
Dim instance As RootPlacementAdapter 
Dim value As Type 

value = instance.AdapterType
public override Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
    Type^ get () override;
}
public override function get AdapterType () : Type

Property Value

Type: System.Type

Returns a PlacementAdapter type.

.NET Framework Security

See Also

Reference

RootPlacementAdapter Class

RootPlacementAdapter Members

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

PlacementAdapter

Other Resources

Understanding WPF Designer Extensibility