Answer Posted / Parinita
{"Relative Binding in WPF allows you to bind the source property of a dependency property to another property in the same ancestor or a parent element. This is useful when there's no direct data context or when you want to bind to a property that is not part of the DataContext.nRelative Resource refers to resources defined relative to the resource dictionary of an element and its ancestors. Relative resources can be referenced by using StaticResource with a key rather than x:Key. This enables reuse of resources across different parts of the UI hierarchy without defining multiple copies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category