Skip to main content

AssignBindingAttribute Class

Definition

Namespace:Avalonia.Data
Assembly:Avalonia.Base
Package:Avalonia

Signifies that a binding can be assigned to a property.

public class AssignBindingAttribute

Inheritance: Attribute -> 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

NameDescription
AssignBindingAttributeNo summary available.

AssignBindingAttribute Constructor

public AssignBindingAttribute()