GetOrCreateByValue

BehaviorProperty.GetOrCreateByValue method

Looks for existing behavior property by value or creates new custom one with the specified value

public static BehaviorProperty GetOrCreateByValue(string propertyValue)
ParameterTypeDescription
propertyValueStringvalue of the property

Return Value

instance of BehaviorProperty

See Also