ControlProperty Class |
Namespace: Demo3D.ControlPanel
public abstract class ControlProperty : INotifyPropertyChanged
The ControlProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlProperty |
Contructs a new control property.
|
| Name | Description | |
|---|---|---|
| ConvertFrom |
Convert a value from the control widget into one suitable for this control property.
| |
| ConvertTo |
Convert a value into one suitable for the widget.
| |
| Create |
Create a control property referencing a property on the visual.
| |
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
| |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
| |
| NotifyValueChanged |
Raises the PropertyChanged event for the Value property.
|
| Name | Description | |
|---|---|---|
| PropertyChanged |