CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gera um valor CornerRadius de valores de elemento. Em vez disso, o código C# e o Microsoft Visual Basic devem usar o construtor 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
Parâmetros
- topLeft
-
Double
double
O valor inicial de TopLeft .
- topRight
-
Double
double
O valor inicial de TopRight .
- bottomRight
-
Double
double
O valor inicial de BottomRight .
- bottomLeft
-
Double
double
O valor inicial de BottomLeft .
Retornos
O CornerRadius criado.