BindableObjectExtensions.SetAppThemeColor 方法

定义

public:
[System::Runtime::CompilerServices::Extension]
 static void SetAppThemeColor(Microsoft::Maui::Controls::BindableObject ^ self, Microsoft::Maui::Controls::BindableProperty ^ targetProperty, Microsoft::Maui::Graphics::Color ^ light, Microsoft::Maui::Graphics::Color ^ dark);
public static void SetAppThemeColor (this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, Microsoft.Maui.Graphics.Color light, Microsoft.Maui.Graphics.Color dark);
static member SetAppThemeColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.BindableProperty * Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color -> unit
<Extension()>
Public Sub SetAppThemeColor (self As BindableObject, targetProperty As BindableProperty, light As Color, dark As Color)

参数

targetProperty
BindableProperty
light
Color
dark
Color

适用于