ZOrderPosition

Shape.ZOrderPosition property

Devuelve la posición de una forma en el orden z.

public int ZOrderPosition { get; set; }

Ejemplos


[C#]
shape.ZOrderPosition = 3;

Ver también