AnchorType

Shape.AnchorType property

Obtiene y establece el marcador de posición del ancla de forma.

public ShapeAnchorType AnchorType { get; set; }

Ejemplos


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

Ver también