Element.SetDynamicResource(BindableProperty, String) メソッド

定義

キーを指定した DynamicResource を介して更新するこの要素の BindableProperty プロパティを設定します。

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

パラメーター

property
BindableProperty

BindableProperty。

key
String

DynamicResource のキー

適用対象