CreatePropertyValue Method
CreatePropertyValue(Object, XamlProperty, Type)
Create a XamlPropertyValue for the specified value instance.
Declaration
public XamlPropertyValue CreatePropertyValue(object instance, XamlProperty forProperty, Type instanceType = null)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | |
XamlProperty | forProperty | |
System.Type | instanceType |
Returns
Type | Description |
---|---|
XamlPropertyValue |