From fa2379b1f7368e3473f0b79048a730db4debd846 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Sun, 18 Jun 2017 14:00:06 -0700 Subject: [PATCH] Almost forgot blink --- Ooui/Style.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ooui/Style.cs b/Ooui/Style.cs index 051db07..a7b1823 100644 --- a/Ooui/Style.cs +++ b/Ooui/Style.cs @@ -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;