[TIMOB-18707] Windows: Support Ti.UI.View border* properties
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-16T15:22:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-03-17T00:04:33.000+0000 |
Updated | 2016-07-19T21:23:29.000+0000 |
Description
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.View-property-borderColor
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.View-property-borderRadius
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.View-property-borderWidth
Looks like the simplest way to achieve this stuff is to add the components underneath a Border: https://msdn.microsoft.com/en-us/windows/windows.ui.xaml.controls.border
http://stackoverflow.com/questions/16341788/how-to-clip-content-with-rounded-corners-in-windows-store-app
https://github.com/appcelerator/titanium_mobile_windows/pull/552
Verified as fixed, tested
borderWidth
,borderRadius
,borderColor
withView
,Button
,Label
,Image View
elements. Tested on: Windows 10 Pro Windows Phone 10.0 & 8.1 (Microsoft Lumia 640 LTE) Appc Studio: 4.6.0.201605201934 Ti SDK: 5.3.0.v20160517124218 Appc NPM: 4.2.5-5 Appc Core: 5.3.0-45 Node: v4.4.4 *Closing Ticket.*