共用方式為


RootPlacementAdapter.AdapterType 屬性

這個成員會覆寫 PlacementAdapter.AdapterType,您可以在主題中找到更完整的文件。

取得配接器型別。

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

語法

'宣告
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

屬性值

型別:System.Type

傳回 PlacementAdapter 型別。

.NET Framework 安全性

請參閱

參考

RootPlacementAdapter 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPlacementCollection

AdornerPanel

PlacementAdapter

其他資源

了解 WPF 設計工具擴充性