共用方式為


RootPlacementAdapter 類別

更新:2007 年 11 月

為沒有父代的所有項目提供定位支援。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

Public MustInherit Class RootPlacementAdapter _
    Inherits PlacementAdapter

Dim instance As RootPlacementAdapter
public abstract class RootPlacementAdapter : PlacementAdapter
public ref class RootPlacementAdapter abstract : public PlacementAdapter
public abstract class RootPlacementAdapter extends PlacementAdapter

備註

RootPlacementAdapter 實作通常允許項目變更大小,但是不允許項目移動。

繼承階層架構

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

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

RootPlacementAdapter 成員

Microsoft.Windows.Design.Interaction 命名空間

AdornerPlacementCollection

AdornerPanel

PlacementAdapter

其他資源

了解 WPF 設計工具擴充性