TimedTextStyle.IsBackgroundAlwaysShown 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 une valeur indiquant si la couleur d’arrière-plan reste visible quand aucun texte n’est affiché.
public:
property bool IsBackgroundAlwaysShown { bool get(); void set(bool value); };
bool IsBackgroundAlwaysShown();
void IsBackgroundAlwaysShown(bool value);
public bool IsBackgroundAlwaysShown { get; set; }
var boolean = timedTextStyle.isBackgroundAlwaysShown;
timedTextStyle.isBackgroundAlwaysShown = boolean;
Public Property IsBackgroundAlwaysShown As Boolean
Valeur de propriété
Boolean
bool
Valeur indiquant si la couleur d’arrière-plan reste visible quand aucun texte n’est affiché.