R
Roncas
Guest
CA0001 Error Running Code Analysis CA0001 : Rule=Microsoft.Reliability#CA2002, Target=newponsDesign.CouponPage.#loadInnerBorders() : The following error was encountered while reading module 'newponsDesign': Could not resolve member reference: [Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null]Windows.UI.Xaml.Controls.Border:ut_CornerRadius. [Errors and Warnings] (Global)
have this
public struct CornerRadius
{
public Double cornerradius { get; set; }
}
I need something like this1
public CornerRadius (double topLeft, double topRight, double bottomRight, double bottomLeft);
Don't know how to do it.
Continue reading...
have this
public struct CornerRadius
{
public Double cornerradius { get; set; }
}
I need something like this1
public CornerRadius (double topLeft, double topRight, double bottomRight, double bottomLeft);
Don't know how to do it.
Continue reading...