Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RepeatBehaviorConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts a given string value to an instance of RepeatBehaviorConverter.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ td,
	CultureInfo^ cultureInfo,
	Object^ value
) override

Parameters

td
Type: System.ComponentModel::ITypeDescriptorContext^

Context information required for conversion.

cultureInfo
Type: System.Globalization::CultureInfo^

Cultural information to respect during conversion.

value
Type: System::Object^

Object being evaluated for conversion.

Return Value

Type: System::Object^

A new RepeatBehavior object based on value.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft