LeftInch

Shape.LeftInch property

Représente le décalage horizontal de la forme par rapport à sa colonne de gauche, en pouces.

public double LeftInch { get; set; }

Exemples


[C#]
if (shape.LeftInch == 3)
    shape.LeftInch = 1;

Voir également