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: 18.03.00
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
  NameDescription
Public propertyAllowedProperties
Returns a list of valid properties that can be referenced.
(Overrides VisualPropertyReference.AllowedProperties.)
Public propertyProperty (Inherited from VisualPropertyReference.)
Public propertyValue (Inherited from VisualPropertyReference.)
Public propertyVisual (Inherited from VisualPropertyReference.)
Top
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