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.
Sets the value of the attached IsVisible property on the specified obj.
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
The object on which to set the property value.
- isVisible
- Boolean
The visibility value to set.