Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
line境界プロパティ
line境界プロパティの説明.
呼び出し手順
lineBorder = createBorder("line", color) lineBorder = createBorder("line", color, thickness) lineBorder = createBorder("line", color, thickness, rounded)
引数
- color
- 文字列 - 境界色の名前. 
- thickness
- 実数整数値 - 境界の太さ(単位:ピクセル). 
- rounded
- 論理値または文字列 - このプロパティは境界の隅を丸めるかどうかを示します. - 利用可能な文字列は - "on"および- "off"です.
- lineBorder
- 作成された境界. 
説明
この関数はframe uicontrolsのline(線)境界を作成します.
            詳細については,
            uicontrolプロパティを参照ください.
参照
- createBorder — frame uicontrolの境界を作成.
- createBorderFont — uicontrol境界のフォントを作成.
- uicontrol — グラフィックユーザーインターフェイスオブジェクトを作成
- uicontrol_properties — uicontrolプロパティの説明.
履歴
| Version | Description | 
| 5.5.0 | 関数 createBorderが導入されました. | 
| Report an issue | ||
| << etched境界プロパティ | Borders | matte境界プロパティ >> |