Blazor コントロール
C1CornerRadius コンストラクタ(C1CornerValue,C1CornerValue,C1CornerValue,C1CornerValue)

C1.Blazor.Core アセンブリ > C1.Blazor.Core 名前空間 > C1CornerRadius 構造体 > C1CornerRadius コンストラクタ : C1CornerRadius コンストラクタ(C1CornerValue,C1CornerValue,C1CornerValue,C1CornerValue)
四角形の左上隅の半径。
四角形の右上隅の半径。
四角形の右下隅の半径。
四角形の左下隅の半径。
四角形の各隅に特定の半径(System.Double で指定)が適用された C1CornerRadius 構造を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal topLeft As C1CornerValue, _
   ByVal topRight As C1CornerValue, _
   ByVal bottomRight As C1CornerValue, _
   ByVal bottomLeft As C1CornerValue _
)
public C1CornerRadius( 
   C1CornerValue topLeft,
   C1CornerValue topRight,
   C1CornerValue bottomRight,
   C1CornerValue bottomLeft
)

パラメータ

topLeft
四角形の左上隅の半径。
topRight
四角形の右上隅の半径。
bottomRight
四角形の右下隅の半径。
bottomLeft
四角形の左下隅の半径。
参照

C1CornerRadius 構造体
C1CornerRadius メンバ
オーバーロード一覧