LayoutOptions Estrutura
Definição
Um struct cujos membros estáticos definem várias opções de alinhamento e de expansão.A struct whose static members define various alignment and expansion options.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.LayoutOptionsConverter))]
public struct LayoutOptions
type LayoutOptions = struct
- Herança
-
LayoutOptions
- Atributos
Construtores
LayoutOptions(LayoutAlignment, Boolean) |
Cria um novo objeto LayoutOptions com |
Campos
Center |
Uma estrutura LayoutOptions que descreve um elemento centralizado e não expande.A LayoutOptions structure that describes an element that is centered and does not expand. |
CenterAndExpand |
Uma estrutura LayoutOptions que descreve um elemento centralizado e se expande.A LayoutOptions structure that describes an element that is centered and expands. |
End |
Uma estrutura LayoutOptions que descreve um elemento que aparece no final de seu pai e não se expande.A LayoutOptions structure that describes an element that appears at the end of its parent and does not expand. |
EndAndExpand |
Um objeto LayoutOptions que descreve um elemento que aparece no final de seu pai e se expande.A LayoutOptions object that describes an element that appears at the end of its parent and expands. |
Fill |
Uma estrutura LayoutOptions que descreve um elemento que não tem preenchimento ao redor de si e não se expande.A LayoutOptions stucture that describes an element that has no padding around itself and does not expand. |
FillAndExpand |
Uma estrutura LayoutOptions que descreve um elemento que não tem preenchimento ao redor de si e se expande.A LayoutOptions structure that describes an element that has no padding around itself and expands. |
Start |
Uma estrutura LayoutOptions que descreve um elemento que aparece no início de seu pai e não se expande.A LayoutOptions structure that describes an element that appears at the start of its parent and does not expand. |
StartAndExpand |
Uma estrutura LayoutOptions que descreve um elemento que aparece no início de seu pai e se expande.A LayoutOptions structure that describes an element that appears at the start of its parent and expands. |
Propriedades
Alignment |
Obtém ou define um valor que indica como um elemento será alinhado.Gets or sets a value that indicates how an element will be aligned. |
Expands |
Obtém ou define um valor que indica se o elemento descrito por esta estrutura LayoutOptions ocupará ou não o maior espaço que seu pai dará a ele.Gets or sets a value that indicates whether or not the element that is described by this LayoutOptions structure will occupy the largest space that its parent will give to it. |