Click or drag to resize

DependencyPropertyInfo  Conversion (DependencyPropertyInfo to DependencyProperty)

[Missing <summary> documentation for "M:Cauldron.XAML.DependencyPropertyInfo.op_Implicit(Cauldron.XAML.DependencyPropertyInfo)~System.Windows.DependencyProperty"]

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static implicit operator DependencyProperty (
	DependencyPropertyInfo dependencyPropertyInfo
)

Parameters

dependencyPropertyInfo
Type: Cauldron.XAMLDependencyPropertyInfo

[Missing <param name="dependencyPropertyInfo"/> documentation for "M:Cauldron.XAML.DependencyPropertyInfo.op_Implicit(Cauldron.XAML.DependencyPropertyInfo)~System.Windows.DependencyProperty"]

Return Value

Type: DependencyProperty

[Missing <returns> documentation for "M:Cauldron.XAML.DependencyPropertyInfo.op_Implicit(Cauldron.XAML.DependencyPropertyInfo)~System.Windows.DependencyProperty"]

See Also