CornerRadius 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
角の半径を指定するためのメソッドとプロパティが含まれています。
[System.Diagnostics.DebuggerDisplay("TopLeft={TopLeft}, TopRight={TopRight}, BottomLeft={BottomLeft}, BottomRight={BottomRight}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.CornerRadiusTypeConverter))]
public struct CornerRadius
type CornerRadius = struct
- 継承
-
System.ValueTypeCornerRadius
- 属性
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
コンストラクター
CornerRadius(Double) |
4 つのすべての角が同じ半径になるように、新しい CornerRadius を作成します。 |
CornerRadius(Double, Double, Double, Double) |
4 つのそれぞれの角が指定した半径になるように、新しい CornerRadius を作成します。 |
プロパティ
BottomLeft |
左上隅の半径を取得します。 |
BottomRight |
右下隅の半径を取得します。 |
TopLeft |
左上隅の半径を取得します。 |
TopRight |
右上隅の半径を取得します。 |
メソッド
Deconstruct(Double, Double, Double, Double) |
角の半径を指定するためのメソッドとプロパティが含まれています。 |
Equals(Object) |
この角の半径を別の半径と比較します。 |
GetHashCode() |
角の半径のハッシュ コードを取得します。 |
演算子
Equality(CornerRadius, CornerRadius) |
|
Implicit(Double to CornerRadius) |
4 つのすべての角が同じ半径になるように、新しい CornerRadius を作成して返します。 |
Inequality(CornerRadius, CornerRadius) |
|