From eebc0e07c8a20070d15a003ed775da6a7df8d1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0evgen=20Baida?= Date: Mon, 15 Jan 2024 14:08:05 +0100 Subject: [PATCH] Update XML documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: İevgen Baida --- .../Forms/ThemedControls/ThemedDocumentControlHandler.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs b/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs index a6762f582..67db27207 100644 --- a/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs +++ b/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs @@ -190,9 +190,9 @@ public Color TabBackgroundColor } /// - /// Gets or sets the highlight background color for the highlighted (or active) tab. + /// Gets or sets the highlight background color for the highlighted or selected tab. /// - /// The highlight background color for the highlighted (or active) tab. + /// The highlight background color for the highlighted or selected tab. public Color TabHighlightBackgroundColor { get { return tabHighlightBackgroundColor; } @@ -232,9 +232,9 @@ public Color TabForegroundColor } /// - /// Gets or sets the highlight foreground color for the highlighted (or active) tab. + /// Gets or sets the highlight foreground color for the highlighted or selected tab. /// - /// The foreground color for the highlighted (or active) tab. + /// The foreground color for the highlighted or selected tab. public Color TabHighlightForegroundColor { get { return tabHighlightForegroundColor; }