4 references to CollapseStyleProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\WindowsSpecific\FlyoutPage.cs (4)
21
return (CollapseStyle)element.GetValue(
CollapseStyleProperty
);
27
element.SetValue(
CollapseStyleProperty
, collapseStyle);
33
return (CollapseStyle)config.Element.GetValue(
CollapseStyleProperty
);
40
config.Element.SetValue(
CollapseStyleProperty
, value);