Dela via


PropertyContainer.DefaultStandardValuesPropertyValueEditor Property

Gets or sets the default standard values editor. This is a dependency property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Property DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
'Usage
Dim instance As PropertyContainer 
Dim value As PropertyValueEditor 

value = instance.DefaultStandardValuesPropertyValueEditor

instance.DefaultStandardValuesPropertyValueEditor = value
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
public function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor 
public function set DefaultStandardValuesPropertyValueEditor (value : PropertyValueEditor)

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor that represents the default standard values editor.

Dependency Property Information

Identifier field

DefaultStandardValuesPropertyValueEditorProperty

Metadata properties set to true

None

Remarks

This editor is used when a PropertyEntry supports StandardValues (enumeration or through a TypeConverter) and there is no PropertyValueEditor defined for the PropertyEntry or Type explicitly.

.NET Framework Security

See Also

Reference

PropertyContainer Class

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview