Gets the type that owns this 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 Type OwnerType { get; set; } |
| Visual Basic |
|---|
Public Property OwnerType As Type Get Set |
| Visual C++ |
|---|
public: property Type^ OwnerType { Type^ get (); void set (Type^ value); } |