ButtonExtensions.UpdateContentLayout(Object, Button) 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.
public:
[System::Runtime::CompilerServices::Extension]
static void UpdateContentLayout(System::Object ^ platformButton, Microsoft::Maui::Controls::Button ^ button);
public static void UpdateContentLayout (this object platformButton, Microsoft.Maui.Controls.Button button);
static member UpdateContentLayout : obj * Microsoft.Maui.Controls.Button -> unit
<Extension()>
Public Sub UpdateContentLayout (platformButton As Object, button As Button)
Parameters
- platformButton
- Object
- button
- Button