BindableObjectExtensions.SetOnAppTheme<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void SetOnAppTheme<T> (this Xamarin.Forms.BindableObject self, Xamarin.Forms.BindableProperty targetProperty, T light, T dark);
static member SetOnAppTheme : Xamarin.Forms.BindableObject * Xamarin.Forms.BindableProperty * 'T * 'T -> unit
Type Parameters
- T
Parameters
- self
- BindableObject
- targetProperty
- BindableProperty
- light
- T
- dark
- T