Element.IElementController.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.
For internal use by .NET MAUI.
virtual void Microsoft.Maui.Controls.IElementController.SetValueFromRenderer(Microsoft::Maui::Controls::BindableProperty ^ property, System::Object ^ value) = Microsoft::Maui::Controls::IElementController::SetValueFromRenderer;
void IElementController.SetValueFromRenderer (Microsoft.Maui.Controls.BindableProperty property, object value);
abstract member Microsoft.Maui.Controls.IElementController.SetValueFromRenderer : Microsoft.Maui.Controls.BindableProperty * obj -> unit
override this.Microsoft.Maui.Controls.IElementController.SetValueFromRenderer : Microsoft.Maui.Controls.BindableProperty * obj -> unit
Sub SetValueFromRenderer (property As BindableProperty, value As Object) Implements IElementController.SetValueFromRenderer
Parameters
- property
- BindableProperty
- value
- Object
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.