BindingDirection Enumeración
Definición
Especifica si la plantilla se puede enlazar de forma unidireccional o bidireccional.Specifies whether the template can be bound one way or two ways.
public enum class BindingDirection
public enum BindingDirection
type BindingDirection =
Public Enum BindingDirection
- Herencia
Campos
OneWay | 0 | La plantilla sólo puede aceptar valores de propiedades.The template can only accept property values. Se utiliza con una ITemplate genérica.Used with a generic ITemplate. |
TwoWay | 1 | La plantilla puede aceptar y exponer los valores de propiedades.The template can accept and expose property values. Se utiliza con una IBindableTemplate.Used with an IBindableTemplate. |