Shell.SetFlyoutHeight(BindableObject, Double) 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 height of the flyout.
public:
static void SetFlyoutHeight(Microsoft::Maui::Controls::BindableObject ^ obj, double value);
public static void SetFlyoutHeight (Microsoft.Maui.Controls.BindableObject obj, double value);
static member SetFlyoutHeight : Microsoft.Maui.Controls.BindableObject * double -> unit
Public Shared Sub SetFlyoutHeight (obj As BindableObject, value As Double)
Parameters
- obj
- BindableObject
The object that modifies the height of the flyout.
- value
- Double
Defines the height of the flyout.
Remarks
The height of the flyout can be customized by setting the Shell.FlyoutHeight attached properties to double value. This enables scenarios such as reducing the height of the flyout so that it doesn't obscure the tab bar.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.