Share via


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

Public method

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.

Public method

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.

Public method

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.

Public method

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 Class

ValueTranslationService Members

Microsoft.Windows.Design.Services Namespace

TranslatePropertyValue

DesignModeValueProvider

Other Resources

Walkthrough: Changing the Behavior of a Property at Design Time

WPF Designer Extensibility