共用方式為


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

適用於