Interface IPropertySetter<TValue>
Definition
- Assembly:
- Tizen.NUI.dll
The interface for property setter.
public interface IPropertySetter<TValue>
Properties
View SourceName
The name of the property.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceInvoke(object, TValue)
Invokes property setter.
Declaration
void Invoke(object target, TValue value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | target | |
| TValue | value |