Skip to content

Commit

Permalink
Update XML documentation
Browse files Browse the repository at this point in the history
Signed-off-by: İevgen Baida <ievgen.baida@mendix.com>
  • Loading branch information
ievgen-baida committed Feb 23, 2024
1 parent 7bb1342 commit eebc0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ public Color TabBackgroundColor
}

/// <summary>
/// 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.
/// </summary>
/// <value>The highlight background color for the highlighted (or active) tab.</value>
/// <value>The highlight background color for the highlighted or selected tab.</value>
public Color TabHighlightBackgroundColor
{
get { return tabHighlightBackgroundColor; }
Expand Down Expand Up @@ -232,9 +232,9 @@ public Color TabForegroundColor
}

/// <summary>
/// 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.
/// </summary>
/// <value>The foreground color for the highlighted (or active) tab.</value>
/// <value>The foreground color for the highlighted or selected tab.</value>
public Color TabHighlightForegroundColor
{
get { return tabHighlightForegroundColor; }
Expand Down

0 comments on commit eebc0e0

Please sign in to comment.