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)
Syntaxpublic static BehaviorProperty GetOrCreateByValue(
string propertyValue
)
Public Shared Function GetOrCreateByValue (
propertyValue As String
) As BehaviorProperty
public:
static BehaviorProperty^ GetOrCreateByValue(
String^ propertyValue
)
static member GetOrCreateByValue :
propertyValue : string -> BehaviorProperty
Parameters
- propertyValue
- Type: SystemString
value of the property
Return Value
Type:
BehaviorPropertyinstance of BehaviorProperty
See Also