VisualElement.BackgroundColor 属性

定义

获取或设置 Color 将填充元素的背景。 这是一种可绑定属性。

public:
 property Microsoft::Maui::Graphics::Color ^ BackgroundColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color BackgroundColor { get; set; }
member this.BackgroundColor : Microsoft.Maui.Graphics.Color with get, set
Public Property BackgroundColor As Color

属性值

注解

对于背景渐变等,请使用 Background

适用于