Shape.AnchorType

Shape.AnchorType property

Gets and set the shape anchor placeholder.

public ShapeAnchorType AnchorType { get; set; }

Examples


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

See Also