StripLine.TextLineAlignment Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o alinhamento da linha de texto da faixa.
public:
property System::Drawing::StringAlignment TextLineAlignment { System::Drawing::StringAlignment get(); void set(System::Drawing::StringAlignment value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.StringAlignment TextLineAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TextLineAlignment : System.Drawing.StringAlignment with get, set
Public Property TextLineAlignment As StringAlignment
Valor da propriedade
Um StringAlignment valor que representa o alinhamento da linha de texto.
- Atributos