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: 16.01.07
Syntaxpublic string BindingName(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The property name.
Return Value
Type:
StringThe generated binding name.
Exceptions
See Also