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