AnchorType

Shape.AnchorType property

获取和设置形状锚占位符。

public ShapeAnchorType AnchorType { get; set; }

例子


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

也可以看看