Compartilhar via


Propriedade PropertyContainer.DefaultStandardValuesPropertyValueEditor

Obtém ou define o editor de padrão de valores padrão.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor que representa o editor de valores padrão do padrão.

Informações sobre propriedade de dependência

Campo identificador

DefaultStandardValuesPropertyValueEditorProperty

Propriedades de metadados definidas comotrue

None

Comentários

Este editor é usado quando um PropertyEntry suporta StandardValues (enumeração ou até uma TypeConverter) e não há nenhum PropertyValueEditor definido para o PropertyEntry ou Type explicitamente.

Segurança do .NET Framework

Consulte também

Referência

PropertyContainer Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura

Visão geral sobre propriedades de dependência