EditorFormatDefinition.BackgroundBrush 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 brush for this item.
public: property System::Windows::Media::Brush ^ BackgroundBrush { public:
System::Windows::Media::Brush ^ get(); protected:
void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush BackgroundBrush { get; protected set; }
member this.BackgroundBrush : System.Windows.Media.Brush with get, set
Public Property BackgroundBrush As Brush
Property Value
The background brush.
Remarks
This brush will override any background color that is set.