Almost forgot blink
This commit is contained in:
parent
81d770967f
commit
fa2379b1f7
|
@ -247,6 +247,11 @@ namespace Ooui
|
||||||
set => this["text-align"] = value;
|
set => this["text-align"] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Value TextDecoration {
|
||||||
|
get => this["text-decoration"];
|
||||||
|
set => this["text-decoration"] = value;
|
||||||
|
}
|
||||||
|
|
||||||
public Value Top {
|
public Value Top {
|
||||||
get => this["top"];
|
get => this["top"];
|
||||||
set => this["top"] = value;
|
set => this["top"] = value;
|
||||||
|
|
Loading…
Reference in New Issue