AspectBindableItemNameStoreBindingName Method |
Generates a binding name for the given property name according to the naming scheme.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic string BindingName(
string propertyName
)
Parameters
- propertyName String
- The property name.
Return Value
StringThe generated binding name.
Exceptions
See Also