BindableObjectExtensions.SetAppTheme<T> 方法

定义

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void SetAppTheme(Microsoft::Maui::Controls::BindableObject ^ self, Microsoft::Maui::Controls::BindableProperty ^ targetProperty, T light, T dark);
public static void SetAppTheme<T> (this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, T light, T dark);
static member SetAppTheme : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.BindableProperty * 'T * 'T -> unit
<Extension()>
Public Sub SetAppTheme(Of T) (self As BindableObject, targetProperty As BindableProperty, light As T, dark As T)

类型参数

T

参数

targetProperty
BindableProperty
light
T
dark
T

适用于