ZOrderPosition

Shape.ZOrderPosition property

Restituisce la posizione di una forma nell’ordine z.

public int ZOrderPosition { get; set; }

Esempi


[C#]
shape.ZOrderPosition = 3;

Guarda anche