画面表示 - 枠
枠線の設定方法 -定数(数値)指定-
対象オブジェクトのBorderプロパティへ枠線スタイルを示す定数を設定し、以下のような枠線を表示する事が可能です。
【実行結果】
Form form1 { x = 0; y = 0; width = 800; height = 600; Label lb3 { x = 20; y = 280; width = 150; height = 100; value = "Sample3"; /* 定数(数値)で設定 */ border = BORDER_PLANE; } }
【その他の枠線スタイル】
Biz-Collections Bizの宝箱 トップへ
Biz/Browser DT・Biz/Designer DT TIPS集 トップへ