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