CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Метод

Определение

Создает значение CornerRadius на основе значений элементов. В коде C# и Microsoft Visual Basic следует использовать конструктор CornerRadius(Double,Double,Double).

public:
 static CornerRadius FromRadii(double topLeft, double topRight, double bottomRight, double bottomLeft);
 static CornerRadius FromRadii(double const& topLeft, double const& topRight, double const& bottomRight, double const& bottomLeft);
public static CornerRadius FromRadii(double topLeft, double topRight, double bottomRight, double bottomLeft);
function fromRadii(topLeft, topRight, bottomRight, bottomLeft)
Public Shared Function FromRadii (topLeft As Double, topRight As Double, bottomRight As Double, bottomLeft As Double) As CornerRadius

Параметры

topLeft
Double

double

Начальное значение TopLeft .

topRight
Double

double

Начальное значение TopRight .

bottomRight
Double

double

Начальное значение BottomRight .

bottomLeft
Double

double

Начальное значение BottomLeft .

Возвращаемое значение

Созданный CornerRadius.

Применяется к