AlignTopRightCorner

Shape.AlignTopRightCorner method

Sposta l’immagine nell’angolo in alto a destra.

public void AlignTopRightCorner(int topRow, int rightColumn)
ParametroTipoDescrizione
topRowInt32l’indice di riga.
rightColumnInt32l’indice di colonna.

Esempi


[C#]
shape.AlignTopRightCorner(2, 5);

Guarda anche