PagerStyle Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Alignment | Gets or sets the specified alignment for the style. The default value is Alignment.NotSet. (Inherited from Style.) |
| BackColor | Gets or sets the specified background color for the style. The default value is Color.Empty. (Inherited from Style.) |
| Control | Returns a strongly typed reference to the associated control. (Inherited from Style.) |
| DeviceSpecific | Gets or sets the DeviceSpecific/Choice construct associated with the control. The accessor returns a null reference (Nothing in Visual Basic) if no such construct exists. (Inherited from Style.) |
| Font | Returns a FontInfo object that contains font information about the control. (Inherited from Style.) |
| ForeColor | Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is Empty. (Inherited from Style.) |
| IsTemplated | Gets a value indicating whether a Style object has an active template set. (Inherited from Style.) |
| Item | Overloaded. Returns the style through the key parameter, with or without using inheritance. (Inherited from Style.) |
| Name | Gets or sets the name of the specified object. The default value is an empty string (""). (Inherited from Style.) |
| NextPageText | Gets or sets the label used for a UI element that is used to navigate to the next page. The default value is "Next". |
| PageLabel | Gets or sets the label used for the current page. The default value is an empty string (""). |
| PreviousPageText | Gets or sets the label used for the UI element used to navigate to the previous page. The default value is Previous. |
| StyleReference | Gets or sets a reference to the style properties for a Style. (Inherited from Style.) |
| Wrapping | Gets or sets the specified wrapping mode for the style. The default value is NotSet. (Inherited from Style.) |
Reference
PagerStyle ClassSystem.Web.UI.MobileControls Namespace
Styles
Style
Other Resources
Introduction to the StyleSheet ControlCommunity Additions
ADD
Show: