FontColorEntry.BackgroundColor 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.
Background color of the font/color entry
public:
property Microsoft::VisualStudio::Utilities::ColorEntry BackgroundColor { Microsoft::VisualStudio::Utilities::ColorEntry get(); void set(Microsoft::VisualStudio::Utilities::ColorEntry value); };
public:
property Microsoft::VisualStudio::Utilities::ColorEntry BackgroundColor { Microsoft::VisualStudio::Utilities::ColorEntry get(); void set(Microsoft::VisualStudio::Utilities::ColorEntry value); };
public Microsoft.VisualStudio.Utilities.ColorEntry BackgroundColor { get; set; }
member this.BackgroundColor : Microsoft.VisualStudio.Utilities.ColorEntry with get, set
Public Property BackgroundColor As ColorEntry