Compartir a través de


TimedTextRegion.Background Propiedad

Definición

Obtiene o establece el color de fondo de TimedTextRegion.

public:
 property Color Background { Color get(); void set(Color value); };
Color Background();

void Background(Color value);
public Color Background { get; set; }
var color = timedTextRegion.background;
timedTextRegion.background = color;
Public Property Background As Color

Valor de propiedad

Color de fondo de TimedTextRegion.

Se aplica a