DependencyPropertyValueSource.IsBinding Property
Gets a value that indicates whether this DependencyPropertyValueSource represents a bound property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property IsBinding As Boolean
Get
public bool IsBinding { get; }
public:
property bool IsBinding {
bool get ();
}
member IsBinding : bool
function get IsBinding () : boolean
Property Value
Type: System.Boolean
true if this object represents a bound property; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace