Click or drag to resize

BindableVisualPropertyReference Class

A visual property reference that only allows bindable items to be referenced. Bindable items are properties that can be bound to the TagBrowser. Most common are the CustomProperties, but also specialised bindable properties such as Conveyor.IsMotorOn or PhotoEye.IsBlocked, etc.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualPropertyReference
    Demo3D.VisualsBindableVisualPropertyReference

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BindableVisualPropertyReference : VisualPropertyReference

The BindableVisualPropertyReference type exposes the following members.

Constructors
  NameDescription
Public methodBindableVisualPropertyReference
Initializes a new instance of the BindableVisualPropertyReference class
Top
Properties
Methods
Events
  NameDescription
Public eventPropertyChanged (Inherited from VisualPropertyReference.)
Public eventValueChanged (Inherited from VisualPropertyReference.)
Top
Fields
  NameDescription
Protected fieldproperty (Inherited from VisualPropertyReference.)
Protected fieldvisual (Inherited from VisualPropertyReference.)
Top
See Also