CornerRadius コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CornerRadius(Double) |
新しい CornerRadius 構造体を初期化し、そのすべての角に同じ均一な半径を適用します。 |
CornerRadius(Double, Double, Double, Double) |
CornerRadius 構造体の新しいインスタンスを初期化し、特定の半径値をその角に適用します。 |
注釈
この構造体は、Windows ランタイム (WinRT) CornerRadius
構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「CornerRadius 」を参照してください。
CornerRadius(Double)
新しい CornerRadius 構造体を初期化し、そのすべての角に同じ均一な半径を適用します。
public:
CornerRadius(double uniformRadius);
public CornerRadius (double uniformRadius);
new Windows.UI.Xaml.CornerRadius : double -> Windows.UI.Xaml.CornerRadius
Public Sub New (uniformRadius As Double)
パラメーター
- uniformRadius
- Double
4 つの CornerRadius プロパティ (TopLeft、TopRight、BottomRight、BottomLeft) のすべてに適用される均一な半径。
適用対象
CornerRadius(Double, Double, Double, Double)
CornerRadius 構造体の新しいインスタンスを初期化し、特定の半径値をその角に適用します。
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)
パラメーター
- bottomRight
- Double
初期 BottomRight 値。
- bottomLeft
- Double
初期 BottomLeft 値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET