ValueTranslationService.TranslatePropertyValue Method
Include Protected Members
Include Inherited Members
When overridden in a derived class, calls custom logic to translate a property for a type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
TranslatePropertyValue(Type, String, Object)
When overridden in a derived class, calls custom logic to translate the specified property for the specified type, and specifies the value to translate.
TranslatePropertyValue(Type, DependencyProperty, Object)
When overridden in a derived class, calls custom logic to translate the specified dependency property for the specified type, and specifies the value to translate.
TranslatePropertyValue(Type, String, Object, Object)
When overridden in a derived class, calls custom logic to translate the specified property for the specified type and instance, and specifies the value to translate.
TranslatePropertyValue(Type, DependencyProperty, Object, Object)
When overridden in a derived class, calls custom logic to translate the specified dependency property for the specified type and instance, and specifies the value to translate.
Top
See Also
Reference
ValueTranslationService Members
Microsoft.Windows.Design.Services Namespace
Other Resources
Walkthrough: Changing the Behavior of a Property at Design Time