RepeatInfo.CaptionAlign Propriedade

Definição

Obtém ou define o alinhamento da legenda, se o RepeatInfo for representado como um Table.

public:
 property System::Web::UI::WebControls::TableCaptionAlign CaptionAlign { System::Web::UI::WebControls::TableCaptionAlign get(); void set(System::Web::UI::WebControls::TableCaptionAlign value); };
public System.Web.UI.WebControls.TableCaptionAlign CaptionAlign { get; set; }
member this.CaptionAlign : System.Web.UI.WebControls.TableCaptionAlign with get, set
Public Property CaptionAlign As TableCaptionAlign

Valor de Propriedade

Um TableCaptionAlign valor para a tabela renderizada. O valor predefinido é NotSet.

Exceções

O valor selecionado não é um dos valores TableCaptionAlign .

Observações

Esta propriedade define a CaptionAlign propriedade do renderizado Table.

Aplica-se a

Ver também