Delegate BindableProperty.CoerceValueDelegate<TPropertyType>

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll

Strongly-typed delegate for BindableProperty.CoerceValue.

C#
Copy
public delegate TPropertyType CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);

Extension Methods