संपादित करें

इसके माध्यम से साझा किया गया


BindingDirection Enum

Definition

Specifies whether the template can be bound one way or two ways.

public enum class BindingDirection
public enum BindingDirection
type BindingDirection = 
Public Enum BindingDirection
Inheritance
BindingDirection

Fields

OneWay 0

The template can only accept property values. Used with a generic ITemplate.

TwoWay 1

The template can accept and expose property values. Used with an IBindableTemplate.

Applies to