PropertyContainerEditMode 枚举

PropertyContainer 定义不同的编辑模式。

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

语法

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

成员

成员名称 说明
Inline 内联编辑器
ExtendedPopup 扩展编辑器显示“属性”窗口上。
ExtendedPinned 扩展编辑器固定在“属性"窗口内。
Dialog 对话框编辑器。

请参见

参考

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构