PropertyOrder.Default 属性

更新:2007 年 11 月

获取系统定义的默认顺序位置。

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

语法

声明
Public Shared ReadOnly Property Default As PropertyOrder
用法
Dim value As PropertyOrder

value = PropertyOrder.Default
public static PropertyOrder Default { get; }
public:
static property PropertyOrder^ Default {
    PropertyOrder^ get ();
}
public static function get Default () : PropertyOrder

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyOrder

一个表示默认顺序位置的 PropertyOrder 实例。

权限

另请参见

参考

PropertyOrder 类

PropertyOrder 成员

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

属性编辑体系结构

WPF 设计器扩展性