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
- enum ShapeAnchorType
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells