次の方法で共有


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.

SetBinding<TSource,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object)

Creates a binding between a property on the source object and a property on the target object.

Applies to