FlyoutPage.SetCollapseStyle 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.
Overloads
SetCollapseStyle(BindableObject, CollapseStyle) | |
SetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>, CollapseStyle) |
SetCollapseStyle(BindableObject, CollapseStyle)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
static void SetCollapseStyle(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::CollapseStyle collapseStyle);
public static void SetCollapseStyle (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle collapseStyle);
static member SetCollapseStyle : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -> unit
Public Sub SetCollapseStyle (element As BindableObject, collapseStyle As CollapseStyle)
Parameters
- element
- BindableObject
- collapseStyle
- CollapseStyle
Applies to
SetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>, CollapseStyle)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ SetCollapseStyle(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::CollapseStyle value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> SetCollapseStyle (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle value);
static member SetCollapseStyle : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage> * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage>
<Extension()>
Public Function SetCollapseStyle (config As IPlatformElementConfiguration(Of Windows, FlyoutPage), value As CollapseStyle) As IPlatformElementConfiguration(Of Windows, FlyoutPage)
Parameters
- value
- CollapseStyle
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI