Condividi tramite


CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Metodo

Definizione

Genera un valore CornerRadius dai valori dell'elemento. Il codice C# e Microsoft Visual Basic devono usare invece il costruttore 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

Parametri

topLeft
Double

double

Valore TopLeft iniziale.

topRight
Double

double

Valore TopRight iniziale.

bottomRight
Double

double

Valore bottomright iniziale.

bottomLeft
Double

double

Valore BottomLeft iniziale.

Restituisce

Oggetto CornerRadius creato.

Si applica a