AnchorType
Shape.AnchorType property
Ottiene e imposta il segnaposto di ancoraggio della forma.
public ShapeAnchorType AnchorType { get; set; }
Esempi
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
Guarda anche
- enum ShapeAnchorType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells