This documentation is archived and is not being maintained.

PagerStyle Properties

The PagerStyle type exposes the following members.

  NameDescription
Public property Alignment Gets or sets the specified alignment for the style. The default value is Alignment::NotSet. (Inherited from Style.)
Public property BackColor Gets or sets the specified background color for the style. The default value is Color::Empty. (Inherited from Style.)
Public property Control Returns a strongly typed reference to the associated control. (Inherited from Style.)
Public property DeviceSpecific Gets or sets the DeviceSpecific/Choice construct associated with the control. The accessor returns nullptr if no such construct exists. (Inherited from Style.)
Public property Font Returns a FontInfo object that contains font information about the control. (Inherited from Style.)
Public property 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.)
Public property IsTemplated Gets a value indicating whether a Style object has an active template set. (Inherited from Style.)
Protected property IsTrackingViewState Gets a value indicating whether the Style object is saving changes to its view state. (Inherited from Style.)
Public property Item Overloaded. Returns the style through the key parameter, with or without using inheritance.
Public property Name Gets or sets the name of the specified object. The default value is an empty string (""). (Inherited from Style.)
Public property 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".
Public property PageLabel Gets or sets the label used for the current page. The default value is an empty string ("").
Public property PreviousPageText Gets or sets the label used for the UI element used to navigate to the previous page. The default value is Previous.
Protected property State Gets the current contents of the StateBag. (Inherited from Style.)
Public property StyleReference Gets or sets a reference to the style properties for a Style. (Inherited from Style.)
Public property Wrapping Gets or sets the specified wrapping mode for the style. The default value is NotSet. (Inherited from Style.)
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. For a description of this member, see IStateManager::IsTrackingViewState. (Inherited from Style.)
Top
Show: