Partilhar via


ContentSite.LayoutDirection Propriedade

Definição

Obtém ou define a direção do layout para ler a ordem e o alinhamento de texto para este ContentSite.

public:
 property ContentLayoutDirection LayoutDirection { ContentLayoutDirection get(); void set(ContentLayoutDirection value); };
ContentLayoutDirection LayoutDirection();

void LayoutDirection(ContentLayoutDirection value);
public ContentLayoutDirection LayoutDirection { get; set; }
var contentLayoutDirection = contentSite.layoutDirection;
contentSite.layoutDirection = contentLayoutDirection;
Public Property LayoutDirection As ContentLayoutDirection

Valor da propriedade

A direção do layout para leitura de ordem e alinhamento de texto para este ContentSite.

Aplica-se a