Table of Contents

Class AssignBindingAttribute

Namespace
Avalonia.Data
Assembly
Avalonia.Base.dll

Signifies that a binding can be assigned to a property.

[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property)]
public sealed class AssignBindingAttribute : Attribute
Inheritance
AssignBindingAttribute
Inherited Members

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

AssignBindingAttribute()

public AssignBindingAttribute()