VisualElement.BackgroundColor 属性

定义

获取或设置将填充 VisualElement 背景的颜色。 这是一种可绑定属性。

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

属性值

用于填充 VisualElement 背景的颜色。 默认值为 Default

适用于