Title.Alignment Propriedade

Definição

Obtém ou define o alinhamento do título.

public:
 property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Property Alignment As ContentAlignment

Valor da propriedade

ContentAlignment

Um valor de enumeração ContentAlignment que representa o alinhamento do título na área de desenho do texto. O valor padrão é MiddleCenter.

Atributos

Comentários

A Alignment propriedade não terá efeito sobre alinhamento se a Position propriedade não estiver definida como Auto .

Aplica-se a