ToFrontOrBack
Shape.ToFrontOrBack method
Bringt die Form nach vorne oder schickt die Form nach hinten.
public void ToFrontOrBack(int orders)
Parameter | Typ | Beschreibung |
---|---|---|
orders | Int32 | Wenn es kleiner als Null ist, wird die Form nach hinten gesetzt. Wenn es größer als Null ist, wird die Form nach vorne gebracht. |
Beispiele
[C#]
shape.ToFrontOrBack(2);
//oder shape.ToFrontOrBack(-1);
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells