AnchorType

Shape.AnchorType property

Obtient et définit l’espace réservé de l’ancre de forme.

public ShapeAnchorType AnchorType { get; set; }

Exemples


[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
    shape.AnchorType = ShapeAnchorType.TwoCellAnchor;

Voir également