Skip to content

Commit

Permalink
Mark AnimatorProperty as preview (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored Jun 18, 2020
1 parent 9f29277 commit ef6ee67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/Repeater/ItemsRepeater.idl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ unsealed runtimeclass ItemsRepeater : Windows.UI.Xaml.FrameworkElement
static Windows.UI.Xaml.DependencyProperty ItemsSourceProperty { get; };
static Windows.UI.Xaml.DependencyProperty ItemTemplateProperty { get; };
static Windows.UI.Xaml.DependencyProperty LayoutProperty { get; };
static Windows.UI.Xaml.DependencyProperty AnimatorProperty { get; };
[WUXC_VERSION_PREVIEW]
{
static Windows.UI.Xaml.DependencyProperty AnimatorProperty { get; };
}
static Windows.UI.Xaml.DependencyProperty HorizontalCacheLengthProperty { get; };
static Windows.UI.Xaml.DependencyProperty VerticalCacheLengthProperty { get; };
static Windows.UI.Xaml.DependencyProperty BackgroundProperty{ get; };
Expand Down

0 comments on commit ef6ee67

Please sign in to comment.