Element.SetValueFromRenderer 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.
Overloads
SetValueFromRenderer(BindableProperty, Object) |
For internal use by the Xamarin.Forms platform. |
SetValueFromRenderer(BindablePropertyKey, Object) |
For internal use by the Xamarin.Forms platform. |
SetValueFromRenderer(BindableProperty, Object)
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueFromRenderer (Xamarin.Forms.BindableProperty property, object value);
member this.SetValueFromRenderer : Xamarin.Forms.BindableProperty * obj -> unit
Parameters
- property
- BindableProperty
For internal use by the Xamarin.Forms platform.
- value
- System.Object
For internal use by the Xamarin.Forms platform.
Implements
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Applies to
SetValueFromRenderer(BindablePropertyKey, Object)
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueFromRenderer (Xamarin.Forms.BindablePropertyKey property, object value);
abstract member SetValueFromRenderer : Xamarin.Forms.BindablePropertyKey * obj -> unit
override this.SetValueFromRenderer : Xamarin.Forms.BindablePropertyKey * obj -> unit
Parameters
- property
- BindablePropertyKey
For internal use by the Xamarin.Forms platform.
- value
- System.Object
For internal use by the Xamarin.Forms platform.
Implements
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute