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