Click or drag to resize

ControlProperty Methods

The ControlProperty type exposes the following members.

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
See Also