Shape.Top
Shape.Top property
Represents the vertical offset of shape from its top row, in unit of pixels.
public int Top { get; set; }
Remarks
If the shape is in the chart, represents the vertical offset of shape from its top border.
Examples
[C#]
if (shape.Top == 3)
shape.Top = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells