MobileControl.Alignment Propriedade
Definição
Obtém ou define o alinhamento especificado para o estilo.Gets or sets the specified alignment for the style. O valor padrão é NotSet.The default value is NotSet. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual property System::Web::UI::MobileControls::Alignment Alignment { System::Web::UI::MobileControls::Alignment get(); void set(System::Web::UI::MobileControls::Alignment value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Web.UI.MobileControls.Alignment Alignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Alignment : System.Web.UI.MobileControls.Alignment with get, set
Public Overridable Property Alignment As Alignment
Valor da propriedade
Um valor enumerado que especifica o alinhamento do estilo.An enumerated value specifying the alignment for the style.
- Atributos
Comentários
A Alignment propriedade pode ser definida como qualquer um dos valores a seguir.The Alignment property can be set to any of the following values.
| ValorValue | DescriçãoDescription |
|---|---|
NotSet |
Nenhum alinhamento está definido para o objeto especificado.No alignment is set for the specified object. |
Alignment.Left |
Alinha à esquerda.Aligns to the left. |
Alignment.Center |
Alinha-se ao centro.Aligns to the center. |
Alignment.Right |
Alinha à direita.Aligns to the right. |