Skip to content

Commit

Permalink
make footer menu items public (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeshj authored Nov 12, 2020
1 parent ecbca30 commit 52e7fc4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions dev/NavigationView/NavigationView.idl
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,8 @@ unsealed runtimeclass NavigationView : Windows.UI.Xaml.Controls.ContentControl
[MUX_DEFAULT_VALUE("1008.0")]
[MUX_PROPERTY_VALIDATION_CALLBACK("CoerceToGreaterThanZero")]
Double ExpandedModeThresholdWidth { get; set; };
[WUXC_VERSION_PREVIEW]
{
Windows.Foundation.Collections.IVector<Object> FooterMenuItems{ get; };
Object FooterMenuItemsSource{ get; set; };
}
Windows.Foundation.Collections.IVector<Object> FooterMenuItems{ get; };
Object FooterMenuItemsSource{ get; set; };
Windows.UI.Xaml.UIElement PaneFooter { get; set; };
Object Header { get; set; };
Windows.UI.Xaml.DataTemplate HeaderTemplate { get; set; };
Expand Down Expand Up @@ -216,11 +213,8 @@ unsealed runtimeclass NavigationView : Windows.UI.Xaml.Controls.ContentControl
static Windows.UI.Xaml.DependencyProperty IsPaneOpenProperty { get; };
static Windows.UI.Xaml.DependencyProperty CompactModeThresholdWidthProperty { get; };
static Windows.UI.Xaml.DependencyProperty ExpandedModeThresholdWidthProperty { get; };
[WUXC_VERSION_PREVIEW]
{
static Windows.UI.Xaml.DependencyProperty FooterMenuItemsProperty{ get; };
static Windows.UI.Xaml.DependencyProperty FooterMenuItemsSourceProperty{ get; };
}
static Windows.UI.Xaml.DependencyProperty FooterMenuItemsProperty{ get; };
static Windows.UI.Xaml.DependencyProperty FooterMenuItemsSourceProperty{ get; };
static Windows.UI.Xaml.DependencyProperty PaneFooterProperty { get; };
static Windows.UI.Xaml.DependencyProperty HeaderProperty { get; };
static Windows.UI.Xaml.DependencyProperty HeaderTemplateProperty { get; };
Expand Down

0 comments on commit 52e7fc4

Please sign in to comment.