Aracılığıyla paylaş


CornerRadius Oluşturucular

Tanım

Aşırı Yüklemeler

CornerRadius(Double)

Tüm köşelerine aynı tekdüzen yarıçapı uygulayarak yeni CornerRadius bir yapı başlatır.

CornerRadius(Double, Double, Double, Double)

Yapısın CornerRadius yeni bir örneğini başlatır ve köşelerine belirli yarıçap değerleri uygular.

Açıklamalar

Bu yapı, Windows Çalışma Zamanı (WinRT) CornerRadius yapısı .NET projeksiyonunu temsil eder. Daha fazla bilgi için bkz. UWP API başvurusunda CornerRadius .

CornerRadius(Double)

Tüm köşelerine aynı tekdüzen yarıçapı uygulayarak yeni CornerRadius bir yapı başlatır.

public:
 CornerRadius(double uniformRadius);
public CornerRadius (double uniformRadius);
new Windows.UI.Xaml.CornerRadius : double -> Windows.UI.Xaml.CornerRadius
Public Sub New (uniformRadius As Double)

Parametreler

uniformRadius
Double

Dört CornerRadius özelliğin tümüne (TopLeft, TopRight, , BottomRightBottomLeft) uygulanan tekdüzen yarıçap.

Şunlara uygulanır

CornerRadius(Double, Double, Double, Double)

Yapısın CornerRadius yeni bir örneğini başlatır ve köşelerine belirli yarıçap değerleri uygular.

public:
 CornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft);
public CornerRadius (double topLeft, double topRight, double bottomRight, double bottomLeft);
new Windows.UI.Xaml.CornerRadius : double * double * double * double -> Windows.UI.Xaml.CornerRadius
Public Sub New (topLeft As Double, topRight As Double, bottomRight As Double, bottomLeft As Double)

Parametreler

topLeft
Double

İlk TopLeft değer.

topRight
Double

İlk TopRight değer.

bottomRight
Double

İlk BottomRight değer.

bottomLeft
Double

İlk BottomLeft değer.

Şunlara uygulanır