Here is the content translated into Japanese while maintaining the original HTML structure: “`html
概要
境界線を表します。
シグネチャ
1 |
|
名前空間
cAlgo.API
例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
|
関連項目
- cAlgo.API.ControlBase
プロパティ
子要素
概要
ボーダーの子オブジェクトを取得または設定します。
シグネチャ
1 |
|
戻り値
ControlBase
BorderThickness
概要
ボーダーの厚さを取得または設定します。プロパティの値は、Thickness、数値、または文字列で設定できます。例:new Thickness(5), new Thickness(1, 2, 3, 4), 5, “5”, “1 2 3 4”.
シグネチャ
1 |
|
戻り値
Thickness
Padding
概要
ボーダーのパディング厚さを取得または設定します。プロパティの値は、Thickness、数値、または文字列で設定できます。例:new Thickness(5), new Thickness(1, 2, 3, 4), 5, “5”, “1 2 3 4”.
シグネチャ
1 |
|
戻り値
Thickness
CornerRadius
概要
ボーダーの角の半径を取得または設定します。プロパティの値は、CornerRadius、数値、または文字列で設定できます。例:new CornerRadius(5), new CornerRadius(1, 2, 3, 4).
シグネチャ
1 |
|
戻り値
CornerRadius
関連チュートリアル
- コントロール
BorderColor
概要
ボーダーの線の色を取得または設定します。ARGB(アルファ、赤、緑、青)のカラー値についてはColorクラスを参照するか、次の文字列を使用します。Color.Red, Color.FromName(“Red”), Color.FromArgb(255, 0, 0), Color.FromHex(“#ff0000”), “Red”, “#ff0000”.
シグネチャ
1 |
|
戻り値
Color
BackgroundColor
概要
ボーダーの背景色を取得または設定します。ARGB(アルファ、赤、緑、青)のカラー値についてはColorクラスを参照するか、次の文字列を使用します。Color.Red, Color.FromName(“Red”), Color.FromArgb(255, 0, 0), Color.FromHex(“#ff0000″),”Red”, “#ff0000”.
シグネチャ
1 |
|
戻り値
Color
関連チュートリアル
- コントロール