Share via


FlyoutItem.SetIsVisible(BindableObject, Boolean) Method

Definition

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.

Applies to