Share via


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

Definición

Genera un valor CornerRadius a partir de valores de elemento. En su lugar, el código de C# y Microsoft Visual Basic deben usar el constructor 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

Valor inicial de TopLeft .

topRight
Double

double

Valor inicial de TopRight .

bottomRight
Double

double

Valor inicial bottomRight .

bottomLeft
Double

double

Valor inicial de BottomLeft .

Devoluciones

El objeto CornerRadius creado.

Se aplica a