Compartilhar via


CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Método

Definição

Gera um valor CornerRadius de valores de elemento. O código C# e o Microsoft Visual Basic devem usar o construtor CornerRadius(Double, 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

Parâmetros

topLeft
Double

double

O valor TopLeft inicial.

topRight
Double

double

O valor TopRight inicial.

bottomRight
Double

double

O valor BottomRight inicial.

bottomLeft
Double

double

O valor BottomLeft inicial.

Retornos

O CornerRadius criado.

Aplica-se a