Table of Contents

Method Bind

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Bind(DependencyObject, DependencyProperty, Binding, object?)

This item supports the framework infrastructure and is not intended to be used directly from your code.

public static IDisposable Bind(this DependencyObject target, DependencyProperty property, Binding binding, object? anchor = null)

Parameters

target DependencyObject
property DependencyProperty
binding Binding
anchor object

Returns

IDisposable