Summary
Signifies that a binding can be assigned to a property.
- Namespace
- Avalonia
.Data - Base Types
-
- object
- Attribute
graph BT
Type-->Base0["Attribute"]
Base0-->Base1["object"]
Type["AssignBindingAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class AssignBindingAttribute : Attribute
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.
Attributes
Type | Description |
---|---|
Attribute |