TopInShape

Shape.TopInShape property

Rappresenta l’offset verticale della forma dal bordo superiore della forma principale, in unità di 1/4000 di altezza della forma principale.

public int TopInShape { get; set; }

Osservazioni

Si applica solo quando questa forma nel gruppo o nel grafico.

Esempi


[C#]
if (shape.TopInShape == 8000)
    shape.TopInShape = 4000;

Guarda anche