BehaviorPropertyGetOrCreateByValue Method

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

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public static BehaviorProperty GetOrCreateByValue(
	string propertyValue
)

Parameters

propertyValue
Type: SystemString
value of the property

Return Value

Type: BehaviorProperty
instance of BehaviorProperty
See Also