VisualElement.BackgroundColor プロパティ

定義

VisualElement の背景を塗りつぶす色を取得または設定します。 これはバインド可能なプロパティです。

public Xamarin.Forms.Color BackgroundColor { get; set; }
member this.BackgroundColor : Xamarin.Forms.Color with get, set

プロパティ値

VisualElement の背景を塗りつぶすために使用される色。 既定値は、Default です。

適用対象