Click or drag to resize

AspectComponentBaseBindingNameStore Property

Manages binding names for aspect bindable items.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public AspectBindableItemNameStore BindingNameStore { get; }

Property Value

Type: AspectBindableItemNameStore
Remarks
This *may* be null if no bindable items are managed by the aspect.
See Also