AssignBindingAttribute Class
Definition
Signifies that a binding can be assigned to a property.
public class AssignBindingAttribute
Remarks
Usually in markup, when a binding is set for a property that property will be bound. Applying this attribute to a property indicates that the binding should be assigned to the property rather than bound.
Constructors
| Name | Description |
|---|---|
| AssignBindingAttribute | No summary available. |
AssignBindingAttribute Constructor
public AssignBindingAttribute()