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