Click or drag to resize

AspectBindableItemNamingScheme Enumeration

Binding name generation schemes.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum AspectBindableItemNamingScheme
Members
  Member nameValueDescription
PropertyName0 The binding name will be equal to the property name.
UniqueMangled1 The binding name will be generated by mangling the property name with the aspect name (if not empty). The generated name will be made unique to the visual by introducing a number if required.
See Also