Almost forgot blink

This commit is contained in:
Frank A. Krueger 2017-06-18 14:00:06 -07:00
parent 81d770967f
commit fa2379b1f7
1 changed files with 5 additions and 0 deletions

View File

@ -247,6 +247,11 @@ namespace Ooui
set => this["text-align"] = value;
}
public Value TextDecoration {
get => this["text-decoration"];
set => this["text-decoration"] = value;
}
public Value Top {
get => this["top"];
set => this["top"] = value;