Click or drag to resize

AspectBindableItemNameStoreBindingName Method

Generates a binding name for the given property name according to the naming scheme.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public string BindingName(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property name.

Return Value

Type: String
The generated binding name.
Exceptions
ExceptionCondition
ArgumentException
Exception
See Also