IShapeZOrderPosition 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)
Syntaxint ZOrderPosition { get; }
ReadOnly Property ZOrderPosition As Integer
Get
property int ZOrderPosition {
int get ();
}
abstract ZOrderPosition : int with get
Property Value
Type:
Int32
See Also