AnchorType

Shape.AnchorType property

Ottiene e imposta il segnaposto di ancoraggio della forma.

public ShapeAnchorType AnchorType { get; set; }

Esempi


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

Guarda anche