VisualElement.BackgroundColor プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
VisualElement の背景を塗りつぶす色を取得または設定します。 これはバインド可能なプロパティです。
public Xamarin.Forms.Color BackgroundColor { get; set; }
member this.BackgroundColor : Xamarin.Forms.Color with get, set
プロパティ値
VisualElement の背景を塗りつぶすために使用される色。 既定値は、Default です。
適用対象