キャンバス
キャンバスはコンポーネントが配置される領域です。
プロパティ
| No | ダイアログ | コンポーネント | アクション | タイプ | 説明 |
|---|---|---|---|---|---|
| 1 | ID | Text Field default: canvas | id (get only) | string | [id]プロパティはアクションでは設定はできません。 |
| 2 | Max width | Text Field_Number+IE default: -1 | maxWidth | number | [最大幅]に指定した数値によって、エディタとアプリで表示や動作が異なります。[最大幅]を指定していても、アプリバーとボトムナビゲーションは画面幅で表示されます。 |
| 3 | Bottom Padding | Text Field_Number+IE default: 30 | bottomPadding | number | [ボトムパディング]の指定は、画面下部の余白に適用されます。 |
| 4 | Background Color | Color Picker default: blank | backgroundColor | string | [背景色]は、[最大幅]で指定した領域に適用されます。 |
| 5 | Background Image | Text Field+RF default: blank | backgroundImage | string | [背景画像の繰り返し]は、[背景画像パス]を指定した時に表示されます。 |
| 6 | Background Repeat | Toggle Button 1. Repeat 2. No-Repeat (default) | backgroundRepeat | string 1. repeat 2. no-repeat | |
| 7 | Background Size | Toggle Button 1. Auto(default) 2. Contain 3. Cover | backgroundSize | string 1. auto 2. contain 3. cover | [背景イメージのサイズ]は、[背景画像パス]を指定した時、かつ[背景画像の繰り返し]に「繰り返しなし」を選択した場合に表示されます。 |
| 8 | Body Background Color | Color Picker default: blank | bodyBackgroundColor | string | [ボディ背景色]は、[最大幅]で指定した領域以外に適用されます。 |
| 9 | Body Background Image | Text Field+RF default: blank | bodyBackgroundImage | string | |
| 10 | Body Background Repeat | Toggle Button 1. Repeat 2. No-Repeat (default) | bodyBackgroundRepeat | string 1. repeat 2. no-repeat | |
| 11 | Body Background Size | Toggle Button 1. Auto(default) 2. Contain 3. Cover | bodyBackgroundSize | string 1. auto 2. contain 3. cover | [ボディ背景画像のサイズ]は、[ボディ背景画像パス]を指定した時、かつ[ボディ背景画像の繰り返し]に「繰り返しなし」を選択した場合に表示されます。 |