AnchorType

Shape.AnchorType property

الحصول على العنصر النائب للشكل وتعيينه.

public ShapeAnchorType AnchorType { get; set; }

أمثلة


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

أنظر أيضا