Interface IDynamicResourceHandler

Definition

Namespace:
Tizen.NUI.Binding.Internals
Assembly:
Tizen.NUI.dll
C#
Copy
public interface IDynamicResourceHandler

Methods

View Source

SetDynamicResource(BindableProperty, String)

Declaration
C#
Copy
void SetDynamicResource(BindableProperty targetProperty, string key)
Parameters
Type Name Description
BindableProperty targetProperty
String key

Extension Methods