View Issue Details

IDProjectCategoryView StatusLast Update
0001383NoesisGUIUnitypublic2019-01-08 10:36
Reporterliusujin Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version2.1.0f1 
Summary0001383: NoesisException:Can't assign property to abstract class 'CornerRadius'.
Description

ResourceDictionary code : <CornerRadius x:Key="RoundedCorner" TopLeft="5.0" TopRight="5.0" BottomRight="5.0" BottomLeft="5.0"/> can't converted in unity.

Steps To Reproduce

a. declares cornerradius source like this:<CornerRadius x:Key="RoundedCorner" TopLeft="5.0" TopRight="5.0" BottomRight="5.0" BottomLeft="5.0"/>;
b.quate it like this: CornerRadius="{StaticResource RoundedCorner}";
c.import files in unity3d;
d.the error appears.

PlatformWindows

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-01-08 04:42 liusujin New Issue
2019-01-08 04:42 liusujin Tag Attached: Unity
2019-01-08 10:36 sfernandez Assigned To => sfernandez
2019-01-08 10:36 sfernandez Status new => assigned
2025-10-10 13:29 jsantos Category Unity3D => Unity