Gets or sets a value indicating whether this property is an attached 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 bool IsAttachedProperty { get; set; } |
| Visual Basic |
|---|
Public Property IsAttachedProperty As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IsAttachedProperty {
bool get ();
void set (bool value);
} |
Field Value
true if this instance is attached dependency property; otherwise,
false.
See Also