[NUI]Add xaml support for nui and nui xaml test sample (#230)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Xaml / IConverterOptions.cs
1 namespace Tizen.NUI.Xaml
2 {
3         interface IConverterOptions
4         {
5                 bool IgnoreCase { get; }
6         }
7 }