Gets the default value of the dependency property.
Namespace: FirstFloor.SilverlightSpy.InteropAssembly: FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 4.0.0.0 (4.0.4.0)
Syntax
| C# |
|---|
public Object DefaultValue { get; set; } |
| Visual Basic |
|---|
Public Property DefaultValue As Object Get Set |
| Visual C++ |
|---|
public: property Object^ DefaultValue { Object^ get (); void set (Object^ value); } |