Shell.GetBackgroundColor(BindableObject) 方法

定义

获取 Shell 部件版式中的背景色。

public:
 static Microsoft::Maui::Graphics::Color ^ GetBackgroundColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetBackgroundColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetBackgroundColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetBackgroundColor (obj As BindableObject) As Color

参数

obj
BindableObject

设置背景色的对象。

返回

Shell 部件版式的背景色。

适用于