GetOrCreateByValue()

BehaviorProperty::GetOrCreateByValue(System::String) method

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

static System::SharedPtr<BehaviorProperty> Aspose::Slides::Animation::BehaviorProperty::GetOrCreateByValue(System::String propertyValue)

Arguments

ParameterTypeDescription
propertyValueSystem::Stringvalue of the property

Return Value

instance of BehaviorProperty

See Also