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: 19.00.00
Syntax
C#
public string BindingName(
	string propertyName
)

Parameters

propertyName  String
The property name.

Return Value

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