BetterExplorer.SavedTabsListGalleryItem.SetDeselected C# (CSharp) Метод

SetDeselected() публичный Метод

public SetDeselected ( ) : void
Результат void
        public void SetDeselected()
        {
            this.Background = new SolidColorBrush(Color.FromArgb(1, 255, 255, 255));
            this.tabTitle.Foreground = new SolidColorBrush(Colors.Black);
        }
    }