Dela via


RootPlacementAdapter Class

Provides placement support for any element that does not have a parent.

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

Syntax

'Declaration
Public MustInherit Class RootPlacementAdapter _
    Inherits PlacementAdapter
'Usage
Dim instance As RootPlacementAdapter
public abstract class RootPlacementAdapter : PlacementAdapter
public ref class RootPlacementAdapter abstract : public PlacementAdapter
public abstract class RootPlacementAdapter extends PlacementAdapter

Remarks

An RootPlacementAdapter implementation typically enables the element to be sized, but not moved.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Features.FeatureProvider
    Microsoft.Windows.Design.Interaction.Adapter
      Microsoft.Windows.Design.Interaction.PlacementAdapter
        Microsoft.Windows.Design.Interaction.RootPlacementAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RootPlacementAdapter Members

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

PlacementAdapter

Other Resources

Understanding WPF Designer Extensibility