AdornerPlacementDimension 枚举

一个枚举,定义应对 AdornerPlacementValue 结构应用的维度。

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

语法

声明
Public Enumeration AdornerPlacementDimension
public enum AdornerPlacementDimension
public enum class AdornerPlacementDimension
type AdornerPlacementDimension
public enum AdornerPlacementDimension

成员

成员名称 说明
Left 左侧。
Top 顶边。
Right 右侧。
Bottom 底边。
Width 宽度。
Height 高度。

备注

AdornerPlacementDimension 枚举由与大小和位置有关的类型(例如 IAdornerPlacement 接口)使用。

请参见

参考

Microsoft.Windows.Design.Interaction 命名空间

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

其他资源

演练:在控件内部实现一个轨道

了解 WPF 设计器扩展性