AnchorType

Shape.AnchorType property

Şekil çapa yer tutucusunu alır ve ayarlar.

public ShapeAnchorType AnchorType { get; set; }

Örnekler


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

Ayrıca bakınız