EditorFormatDefinition.BackgroundColor Property

Definition

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.

Applies to