FlyoutItem.SetIsVisible(BindableObject, Boolean) 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:
static void SetIsVisible(Microsoft::Maui::Controls::BindableObject ^ obj, bool isVisible);
public static void SetIsVisible (Microsoft.Maui.Controls.BindableObject obj, bool isVisible);
static member SetIsVisible : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Shared Sub SetIsVisible (obj As BindableObject, isVisible As Boolean)
Parameters
- obj
- BindableObject
- isVisible
- Boolean