Changes

UBIK Templates

216 bytes added, 8 May
/* PropertyEditorItemTemplateSelector (UWP) / EditTemplateConverter (Xamarin) */ Added Min Max template to PropertyEditorItemTemplateSelector / EditTemplateConverter
<tabs>
<tab name="UWP">
* Returns a ''UBIKEditMinMax'' template if the given Property is a [[Min_Max_Properties|Min Max Property]].
* Returns a ''UBIKEditBool'' template if the given Property is of type Bool.
* Returns a ''UBIKEditString'' template if the given Property is of type String.
</tab>
<tab name="Xamarin">
* Returns a ''UBIKEditMinMax'' template if the given Property is a [[Min_Max_Properties|Min Max Property]].
* Returns a ''UBIKEditBool'' template if the given Property is of type Bool.
* Returns a ''UBIKEditString'' template if the given Property is of type String.
257
edits