Interface IResourcesProvider
Definition
- Assembly:
- Tizen.NUI.dll
public interface IResourcesProvider
Properties
View SourceIsResourcesCreated
Check if resources created.
Declaration
bool IsResourcesCreated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
XamlResources
Saved xaml resources.
Declaration
ResourceDictionary XamlResources { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceDictionary |