Méthode IDirectManipulationPrimaryContent::SetVerticalAlignment (directmanipulation.h)
Spécifie l’alignement vertical du contenu principal dans la fenêtre d’affichage.
Syntaxe
HRESULT SetVerticalAlignment(
[in] DIRECTMANIPULATION_VERTICALALIGNMENT alignment
);
Paramètres
[in] alignment
Une ou plusieurs valeurs de DIRECTMANIPULATION_VERTICALALIGNMENT.
Note Vous ne pouvez pas combiner DIRECTMANIPULATION_VERTICALALIGNMENT_TOP, DIRECTMANIPULATION_VERTICALALIGNMENT_CENTER ou DIRECTMANIPULATION_VERTICALALIGNMENT_BOTTOM. DIRECTMANIPULATION_VERTICALALIGNMENT_UNLOCKCENTER peut être combiné avec n’importe quelle option, mais ne peut pas être configuré seul.
Valeur retournée
Si la méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Si vous avez activé une configuration composée uniquement d’un zoom ou d’une inertie de zoom, spécifiez DIRECTMANIPULATION_VERTICALALIGNMENT_UNLOCKCENTER pour respecter le point central du zoom.
Exemples
L’exemple suivant montre comment utiliser cette méthode.
HRESULT hr = pContent->SetVerticalAlignment(
DIRECTMANIPULATION_VERTICALALIGNMENT_CENTER| DIRECTMANIPULATION_VERTICALALIGNMENT_UNLOCKCENTER);
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | directmanipulation.h |