Shape.AnchorType
Shape.AnchorType property
Gets and set the type of the shape anchor placeholder.
public ShapeAnchorType AnchorType { get; set; }
Examples
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
See Also
- enum ShapeAnchorType
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells