Placement
Shape.Placement property
Çizim nesnesinin altındaki hücrelere eklenme şeklini temsil eder. Özellik, bir nesnenin çalışma sayfasındaki yerleşimini kontrol eder.
public PlacementType Placement { get; set; }
Örnekler
[C#]
if (shape.Placement == PlacementType.Move)
shape.Placement = PlacementType.MoveAndSize;
Ayrıca bakınız
- enum PlacementType
- class Shape
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells