Compartir a través de


TimedTextRegion.ZIndex Propiedad

Definición

Obtiene o establece el orden Z de TimedTextRegion, en relación con otras regiones activas en la pantalla, en caso de que se superpongan.

public:
 property int ZIndex { int get(); void set(int value); };
int ZIndex();

void ZIndex(int value);
public int ZIndex { get; set; }
var int32 = timedTextRegion.zIndex;
timedTextRegion.zIndex = int32;
Public Property ZIndex As Integer

Valor de propiedad

Int32

int

El orden Z del timedTextRegion.

Se aplica a