TimedTextRegion.Background Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur d’arrière-plan du 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
Valeur de propriété
Couleur d’arrière-plan du TimedTextRegion.