RepeatInfo.CaptionAlign Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alignment of the caption, if the RepeatInfo is rendered as a 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
Property Value
A TableCaptionAlign value for the rendered table. The default value is NotSet.
Exceptions
The selected value is not one of the TableCaptionAlign values.
Remarks
This property sets the CaptionAlign property of the rendered Table.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.