IAudio
ZOrderPosition Property
|
Gets or sets 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/Write
Int32
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
int ZOrderPosition { get; set; }
Property ZOrderPosition As Integer
Get
Set
property int ZOrderPosition {
int get ();
void set (int value);
}
abstract ZOrderPosition : int with get, set
Property Value
Type:
Int32
Implements
IShape
ZOrderPosition
See Also