'Save the default style
dim normalStyle as string =txt.style
'Change style
txt.style = $"
-fx-background-color:
#000000,
linear-gradient(#7ebcea, #2f4b8f),
linear-gradient(#426ab7, #263e75),
linear-gradient(#395cab, #223768);
"$
'Return to default style
txt.Style = normalStyle