Method GetDependencyProperty
GetDependencyProperty(Type, String)
Declaration
public static DependencyProperty GetDependencyProperty([Required] Type type, [Required] string propertyName)
Parameters
Type |
Name |
Description |
Type |
type |
|
String |
propertyName |
|
Returns
GetDependencyProperty<T>(Expression<Func<T>>)
Declaration
public static DependencyProperty GetDependencyProperty<T>([Required] Expression<Func<T>> expression)
Parameters
Returns
Type Parameters
GetDependencyProperty<TClass, TProperty>(Expression<Func<TClass, TProperty>>)
Declaration
public static DependencyProperty GetDependencyProperty<TClass, TProperty>([Required] Expression<Func<TClass, TProperty>> expression)
Parameters
Returns
Type Parameters
Name |
Description |
TClass |
|
TProperty |
|