AnchorType
Shape.AnchorType property
Ruft den Ankerplatzhalter der Form ab und legt ihn fest.
public ShapeAnchorType AnchorType { get; set; }
Beispiele
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
Siehe auch
- enum ShapeAnchorType
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells