AnchorType
Shape.AnchorType property
Получает и устанавливает местозаполнитель привязки формы.
public ShapeAnchorType AnchorType { get; set; }
Примеры
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
Смотрите также
- enum ShapeAnchorType
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells