PlacementAdapter.GetPlacementBoundary 方法 (ModelItem)

获取指定项父级的边界。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public MustOverride Function GetPlacementBoundary ( _
    item As ModelItem _
) As Rect
public abstract Rect GetPlacementBoundary(
    ModelItem item
)
public:
virtual Rect GetPlacementBoundary(
    ModelItem^ item
) abstract
abstract GetPlacementBoundary : 
        item:ModelItem -> Rect 
public abstract function GetPlacementBoundary(
    item : ModelItem
) : Rect

参数

返回值

类型:System.Windows.Rect
一个 Rect,表示 item 的边界。

异常

异常 条件
ArgumentNullException

item 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

PlacementAdapter 类

GetPlacementBoundary 重载

Microsoft.Windows.Design.Interaction 命名空间

ModelItem

AdornerPlacementCollection

AdornerPanel

其他资源

演练:创建设计时装饰器

装饰器体系结构