Shape.LowerDeltaX
Shape.LowerDeltaX property
Gets or sets the shape’s horizontal offset from its lower right corner column.
public int LowerDeltaX { get; set; }
Remarks
The range of value is 0 to 1024.
Examples
[C#]
if (shape.LowerDeltaX == 3)
shape.LowerDeltaX = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells