BindableObjectExtensions Class

Definition

Contains convenience extension methods for BindableObject.

public ref class BindableObjectExtensions abstract sealed
public static class BindableObjectExtensions
type BindableObjectExtensions = class
Public Module BindableObjectExtensions
Inheritance
BindableObjectExtensions

Methods

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)
SetAppTheme<T>(BindableObject, BindableProperty, T, T)
SetAppThemeColor(BindableObject, BindableProperty, Color, Color)
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

Creates and applies a binding to a property.

Applies to