FontColorEntry.AutoBackgroundColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Automatic background color of the item
public:
property Microsoft::VisualStudio::Utilities::ColorEntry AutoBackgroundColor { Microsoft::VisualStudio::Utilities::ColorEntry get(); void set(Microsoft::VisualStudio::Utilities::ColorEntry value); };
public:
property Microsoft::VisualStudio::Utilities::ColorEntry AutoBackgroundColor { Microsoft::VisualStudio::Utilities::ColorEntry get(); void set(Microsoft::VisualStudio::Utilities::ColorEntry value); };
public Microsoft.VisualStudio.Utilities.ColorEntry AutoBackgroundColor { get; set; }
member this.AutoBackgroundColor : Microsoft.VisualStudio.Utilities.ColorEntry with get, set
Public Property AutoBackgroundColor As ColorEntry