== Supported property types ==
In {{UBIK}}, we provide default templates for some most frequently used property types. However, you can use your own templates, controls, etc. as you like to deal with these property types or even more (as long as you can find suitable UI controls for dealing with these types). Direct editing properties also support [[Min Max Properties]].
<tabs>
<tab name="UWP">
They are accessible as DataTemplates from UBIKThemes.xaml (use the [[Developer_Mode]] to find the default copy) and the syntax in XAML is <code>{StaticResource TEMPLATE_NAME}</code>. Just like other such templates, they can be customized by overriding the DataTemplates with respective keys in UBIKThemes.xaml. Direct editing properties also supports [[Min Max Properties]].
</tab>