TimedTextStyle.IsBackgroundAlwaysShown Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore che indica se il colore di sfondo rimane visibile quando non viene visualizzato alcun testo.
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
Valore della proprietà
Boolean
bool
Valore che indica se il colore di sfondo rimane visibile quando non viene visualizzato alcun testo.