ModelProperty.DefaultValue Property

When overridden in a derived class, gets the default value for this property.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DefaultValue As Object
    Get
public abstract Object DefaultValue { get; }
public:
virtual property Object^ DefaultValue {
    Object^ get () abstract;
}
abstract DefaultValue : Object
abstract function get DefaultValue () : Object

Property Value

Type: System.Object
An object representing the default value for this property. If the property does not define a default value, this property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture