CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.