AddDefaultPropertyValue Method
AddDefaultPropertyValue(Type, DependencyProperty, Object)
Registers a default Property Value which should be used
Declaration
public static void AddDefaultPropertyValue(Type t, DependencyProperty p, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Type | t | |
System.Windows.DependencyProperty | p | |
System.Object | value |