Calendar.CaptionAlign Property
.NET Framework 3.0
Gets or sets the alignment of the text that is rendered as a caption for the calendar.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property TableCaptionAlign CaptionAlign { TableCaptionAlign get (); void set (TableCaptionAlign value); }
/** @property */ public TableCaptionAlign get_CaptionAlign () /** @property */ public void set_CaptionAlign (TableCaptionAlign value)
public function get CaptionAlign () : TableCaptionAlign public function set CaptionAlign (value : TableCaptionAlign)
Not applicable.
Property Value
A TableCaptionAlign value that indicates the alignment of the caption.This property determines where the caption appears in relation to the Calendar control. The default value is NotSet, which lets the browser determine where to align the caption. The following table explains the relationship between the TableCaptionAlign value and the appearance of the caption.
| TableCaptionAlign value | Appearance |
|---|---|
| Bottom | The caption appears at the bottom of the calendar, with the text centered. |
| Left | The caption appears at the top of the calendar, with the text left-aligned. |
| NotSet | The caption alignment is not set and is determined by the browser. |
| Right | The caption appears at the top of the calendar, with the text right-aligned. |
| Top | The caption appears at the top of the calendar with the text centered. |
Community Additions
ADD
Show: