Values_0.GridLayoutElementBackgroundStyleSourceThe background style configuration of a grid layout element.
type nonrec t = {visibility : Visibility.t option;The background visibility of a grid layout element.
*)color : HexColorWithTransparency.t option;The background color of a grid layout element.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of HexColorWithTransparency.t ])
list ]