RelativeSourceMode
RelativeSourceMode
RelativeSourceMode
RelativeSourceMode
Enum
Definition
Defines constants that describe the location of the binding source relative to the position of the binding target.
public : enum class RelativeSourceModepublic enum RelativeSourceModePublic Enum RelativeSourceMode// This API is not available in Javascript.
<objectproperty="enumMemberName" />
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| None None None None | Don't use this value of RelativeSourceMode; always use either Self or TemplatedParent. |
| Self Self Self Self | Refers to the element on which you are setting the binding and allows you to bind one property of that element to another property on the same element. |
| TemplatedParent TemplatedParent TemplatedParent TemplatedParent | Refers to the element to which the template (in which the data-bound element exists) is applied. This is similar to setting a TemplateBinding Markup Extension and is only applicable if the Binding is within a template. |