|
|
|
|
|
OrientationVerticale (Propriété) En anglais : VerticalOrientation
La propriété OrientationVerticale permet de : - Connaître l'orientation d'un champ Liste image.
- Modifier l'orientation d'un champ Liste image.
// Modifier l'orientation du champ LSI_MaListeImage.OrientationVerticale = Vrai
Syntaxe
Connaître l'orientation d'un champ Liste image Masquer les détails
<Résultat> = <Champ Liste image>.OrientationVerticale
<Résultat> : Booléen - Vrai si le champ est orienté verticalement,
- Faux si le champ est orienté horizontalement.
<Champ Liste image> : Nom de champ Nom du champ Liste image à manipuler.
Modifier l'orientation d'un champ Liste image Masquer les détails
<Champ Liste image>.OrientationVerticale = <Nouvelle orientation>
<Champ Liste image> : Nom de champ Nom du champ Liste image à manipuler. <Nouvelle orientation> : Booléen - Vrai pour orienter le champ verticalement,
- Faux pour orienter le champ horizontalement.
Remarques La propriété OrientationVerticale peut uniquement être utilisée sur les champs de type Liste image.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|