Click or drag to resize

ControlProperty Class

A data property for a control.
Inheritance Hierarchy
SystemObject
  Demo3D.ControlPanelControlProperty

Namespace: Demo3D.ControlPanel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class ControlProperty : INotifyPropertyChanged

The ControlProperty type exposes the following members.

Constructors
 NameDescription
Public methodControlProperty Contructs a new control property.
Top
Properties
 NameDescription
Protected propertyValue The value.
Top
Methods
 NameDescription
Protected methodConvertFrom Convert a value from the control widget into one suitable for this control property.
Protected methodConvertTo Convert a value into one suitable for the widget.
Public methodStatic memberCreate Create a control property referencing a property on the visual.
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs) Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String) Raises the PropertyChanged event.
Protected methodNotifyValueChanged Raises the PropertyChanged event for the Value property.
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also