ShapeZOrderPosition Property |
Returns the position of a shape in the z-order.
Shapes[0] returns the shape at the back of the z-order,
and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order.
Read-only
Int32.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public virtual int ZOrderPosition { get; }
Public Overridable ReadOnly Property ZOrderPosition As Integer
Get
public:
virtual property int ZOrderPosition {
int get ();
}
abstract ZOrderPosition : int with get
override ZOrderPosition : int with get
Property Value
Type:
Int32Implements
IShapeZOrderPositionSee Also