Compartir a través de


PropertyContainer.DefaultStandardValuesPropertyValueEditor (Propiedad)

Obtiene o establece el editor de valores estándar predeterminado.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Property DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
    Get
    Set
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
member DefaultStandardValuesPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor
function set DefaultStandardValuesPropertyValueEditor (value : PropertyValueEditor)

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor que representa el editor de valores estándar predeterminado.

Información sobre propiedades de dependencia

Campo de identificador

DefaultStandardValuesPropertyValueEditorProperty

Propiedades de metadatos establecidas en true.

Ninguno

Comentarios

Se utiliza este editor cuando PropertyEntry admite StandardValues (enumeración o a través de un convertidor TypeConverter) y no se ha definido explícitamente ningún PropertyValueEditor para PropertyEntry o Type.

Seguridad de .NET Framework

Vea también

Referencia

PropertyContainer Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades

Información general sobre las propiedades de dependencia