Field Stack
Last updated
Last updated
⚙️ Powered by Rock RMS
Inherits from Xamarin.Forms.Layout
This view cannot be accessed directly from XAML. The FieldStack is used internally by the FormContainer to display multiple fields in a vertical layout.
When displaying a FormField this view is responsible for drawing the border around the group of fields as well as the lines between the fields.
Property
Type
Description
BorderColor
The color to be used for the border as well as the inter-field lines. Default value is #c1c1c1.
BorderWidth
double
The width, in pixels, to be used when drawing the borders. Default value is 1.
CornerRadius
double
The radius to use when drawing the four corners of the outside border.