T
tshad
In 3.5 you can add styles like so:
MessageLabel.Style.Add("color", "Red");
MessageLabel.Style.Add("font-weight", "Bold");
But there is a Clear method as well - but I called it like so:
MessageLabel.Style.Clear();
But it still displayed Red and Bold.
Doesn't Clear() clear the styles?
Thanks,
Tom
MessageLabel.Style.Add("color", "Red");
MessageLabel.Style.Add("font-weight", "Bold");
But there is a Clear method as well - but I called it like so:
MessageLabel.Style.Clear();
But it still displayed Red and Bold.
Doesn't Clear() clear the styles?
Thanks,
Tom