Show / Hide Table of Contents

Method AddBinding

| Improve this Doc View Source

AddBinding<TElement>(TElement, ScalarBinding<TElement>)

Adds scalar binding.

Declaration
public T AddBinding<TElement>(TElement element, ScalarBinding<TElement> scalarBinding)

    where TElement : UIElement, new()
Parameters
Type Name Description
TElement element

The view element.

ScalarBinding<TElement> scalarBinding

The scalar binding.

Returns
Type Description
T

This template builder for fluent coding.

Type Parameters
Name Description
TElement

Type of view element.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest