少しずつ追加しておく
Button
| 属性 | 内容 | 
|---|---|
| AnchorX | X方向のアンカー位置(0.0(左側)~1.0(右側) | 
| AnchorY | X方向のアンカー位置(0.0(上端)~1.0(下端) | 
| BackgroundColor | 背景の色 | 
| BorderColor | ボーダーの色 | 
| BorderWidth | ボーダーの幅 | 
| CornerRadius | コーナーの半径 | 
| FontSize | フォントサイズ | 
| HorizontalOptions | 親に対する水平方向の配置(Start, Center, End, Fill) | 
| Margin | 外側余白 | 
| Padding | 内側余白 | 
| Text | 表示する文字列 | 
| TextColor | 表示する文字列の色 | 
| VerticalOptions | 垂直方向の位置(Start, Center, End, Justify) | 
Entry(入力欄)
| 属性 | 内容 | 
|---|---|
| AnchorX | X方向のアンカー位置(0.0(左側)~1.0(右側) | 
| AnchorY | X方向のアンカー位置(0.0(上端)~1.0(下端) | 
| BackgroundColor | 背景の色 | 
| CorsorPosition | 文字列におけるカーソル位置 | 
| FontSize | フォントサイズ | 
| HorizontalOptions | 親に対する水平方向の配置(Start, Center, End, Fill) | 
| HorizontalTextAlignment | 水平方向の位置(Start, Center, End, Justify) | 
| Keyboard | 入力文字の制約(Numeric, Plain(テキスト入力支援なし), Text(テキスト入力支援あり), Password, Url…) | 
| Margin | 外側余白 | 
| Padding | 内側余白 | 
| Text | 表示する文字列 | 
| TextColor | 表示する文字列の色 | 
| VerticalOptions | 親に対する垂直方向の配置(Start, Center, End, Fill) | 
| VerticalTextAlignment | 垂直方向の位置(Start, Center, End, Justify) | 
HorizontalStackLayout
| 属性 | 内容 | 
|---|---|
| Margin | 外側余白 | 
| Padding | 内側余白 | 
| Spacing | コントロール同士の間隔 | 
| HorizontalOptions | 親に対する水平方向の配置(Start, Center, End, Fill) | 
| VerticalOptions | 親に対する垂直方向の配置(Start, Center, End, Fill) | 
Label
| 属性 | 内容 | 
|---|---|
| AnchorX | X方向のアンカー位置(0.0(左側)~1.0(右側) | 
| AnchorY | X方向のアンカー位置(0.0(上端)~1.0(下端) | 
| BackgroundColor | 背景の色 | 
| FontSize | フォントサイズ | 
| HorizontalOptions | 親に対する水平方向の配置(Start, Center, End, Fill) | 
| HorizontalTextAlignment | 水平方向の位置(Start, Center, End, Justify) | 
| Margin | 外側余白 | 
| Padding | 内側余白 | 
| Text | 表示する文字列 | 
| TextColor | 表示する文字列の色 | 
| VerticalOptions | 親に対する垂直方向の配置(Start, Center, End, Fill) | 
| VerticalTextAlignment | 垂直方向の位置(Start, Center, End, Justify) | 
VerticalStackLayout
| 属性 | 内容 | 
|---|---|
| Margin | 外側余白 | 
| Padding | 内側余白 | 
| Spacing | コントロール同士の間隔 | 
| HorizontalOptions | 親に対する水平方向の配置(Start, Center, End, Fill) | 
| VerticalOptions | 親に対する垂直方向の配置(Start, Center, End, Fill) |