EditorFormatDefinition.BackgroundColor Property
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.
C++
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)
The background color
If the background brush is set, this color will be ignored.
Ürün | Sürümler |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |