EditorFormatDefinition.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.
Gets or sets the foreground color for this item.
public: property Nullable<System::Windows::Media::Color> ForegroundColor { public:
Nullable<System::Windows::Media::Color> get(); protected:
void set(Nullable<System::Windows::Media::Color> value); };
public System.Windows.Media.Color? ForegroundColor { get; protected set; }
member this.ForegroundColor : Nullable<System.Windows.Media.Color> with get, set
Public Property ForegroundColor As Nullable(Of Color)
Property Value
The foreground color.
Remarks
If the foreground brush is set, this color will be ignored.