RootPlacementAdapter 类
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
为不具有父项的任何元素提供位置支持。
继承层次结构
System.Object
Microsoft.Windows.Design.Features.FeatureProvider
Microsoft.Windows.Design.Interaction.Adapter
Microsoft.Windows.Design.Interaction.PlacementAdapter
Microsoft.Windows.Design.Interaction.RootPlacementAdapter
命名空间: Microsoft.Windows.Design.Interaction
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public MustInherit Class RootPlacementAdapter _
Inherits PlacementAdapter
public abstract class RootPlacementAdapter : PlacementAdapter
public ref class RootPlacementAdapter abstract : public PlacementAdapter
[<AbstractClass>]
type RootPlacementAdapter =
class
inherit PlacementAdapter
end
public abstract class RootPlacementAdapter extends PlacementAdapter
RootPlacementAdapter 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
RootPlacementAdapter | 初始化 RootPlacementAdapter 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
AdapterType | 获取适配器类型。 (重写 PlacementAdapter.AdapterType。) |
页首
方法
页首
备注
一个 RootPlacementAdapter 实现,通常可通过此实现来调整元素的大小,但不能移动元素。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Windows.Design.Interaction 命名空间