PipsPager.PreviousButtonStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le style à appliquer au bouton Précédent.
public:
property Style ^ PreviousButtonStyle { Style ^ get(); void set(Style ^ value); };
Style PreviousButtonStyle();
void PreviousButtonStyle(Style value);
public Style PreviousButtonStyle { get; set; }
var style = pipsPager.previousButtonStyle;
pipsPager.previousButtonStyle = style;
Public Property PreviousButtonStyle As Style
Valeur de propriété
Style à appliquer au bouton Précédent.