Element.SetDynamicResource(BindableProperty, String) 方法

定义

将此元素的 BindableProperty 属性设置为通过 DynamicResource 使用提供的键来更新。

public void SetDynamicResource (Xamarin.Forms.BindableProperty property, string key);
override this.SetDynamicResource : Xamarin.Forms.BindableProperty * string -> unit

参数

property
BindableProperty

BindableProperty。

key
String

DynamicResource 的键

适用于