AnchorType

Shape.AnchorType property

Hämtar och ställer in formankarplatshållaren.

public ShapeAnchorType AnchorType { get; set; }

Exempel


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

Se även