Gets the default value for the dependency property.

Namespace:  FirstFloor.SilverlightSpy.Interop
Assembly:  FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 3.0.0.0 (3.0.0.9)

Syntax

C#
public Object DefaultValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property DefaultValue As Object
Visual C++
public:
property Object^ DefaultValue {
	Object^ get ();
}

Field Value

The default value.

See Also