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 .NET MAUI. |
SetValueFromRenderer(BindablePropertyKey, Object) |
For internal use by .NET MAUI. |
SetValueFromRenderer(BindableProperty, Object)
- Source:
- Element.cs
- Source:
- Element.cs
For internal use by .NET MAUI.
public:
void SetValueFromRenderer(Microsoft::Maui::Controls::BindableProperty ^ property, System::Object ^ value);
public void SetValueFromRenderer (Microsoft.Maui.Controls.BindableProperty property, object value);
member this.SetValueFromRenderer : Microsoft.Maui.Controls.BindableProperty * obj -> unit
Public Sub SetValueFromRenderer (property As BindableProperty, value As Object)
Parameters
- property
- BindableProperty
- value
- Object
Applies to
SetValueFromRenderer(BindablePropertyKey, Object)
- Source:
- Element.cs
- Source:
- Element.cs
For internal use by .NET MAUI.
public:
virtual void SetValueFromRenderer(Microsoft::Maui::Controls::BindablePropertyKey ^ property, System::Object ^ value);
public void SetValueFromRenderer (Microsoft.Maui.Controls.BindablePropertyKey property, object value);
abstract member SetValueFromRenderer : Microsoft.Maui.Controls.BindablePropertyKey * obj -> unit
override this.SetValueFromRenderer : Microsoft.Maui.Controls.BindablePropertyKey * obj -> unit
Public Sub SetValueFromRenderer (property As BindablePropertyKey, value As Object)
Parameters
- property
- BindablePropertyKey
- 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.