Skip to content

Commit

Permalink
update progress ring idl (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeshj authored Nov 12, 2020
1 parent 52e7fc4 commit aeac5a1
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions dev/ProgressRing/ProgressRing.idl
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,26 @@ unsealed runtimeclass ProgressRing : Windows.UI.Xaml.Controls.Control
[MUX_DEFAULT_VALUE("true")]
Boolean IsIndeterminate{ get; set; };

[MUX_PROPERTY_CHANGED_CALLBACK(TRUE)]
IAnimatedVisualSource DeterminateSource{ get; set; };
[WUXC_VERSION_PREVIEW]
{
[MUX_PROPERTY_CHANGED_CALLBACK(TRUE)]
IAnimatedVisualSource DeterminateSource{ get; set; };

[MUX_PROPERTY_CHANGED_CALLBACK(TRUE)]
IAnimatedVisualSource IndeterminateSource{ get; set; };
[MUX_PROPERTY_CHANGED_CALLBACK(TRUE)]
IAnimatedVisualSource IndeterminateSource{ get; set; };
}

[MUX_PROPERTY_NEEDS_DP_FIELD]
ProgressRingTemplateSettings TemplateSettings{ get; };

static Windows.UI.Xaml.DependencyProperty IsActiveProperty{ get; };
static Windows.UI.Xaml.DependencyProperty IsIndeterminateProperty{ get; };
static Windows.UI.Xaml.DependencyProperty DeterminateSourceProperty{ get; };
static Windows.UI.Xaml.DependencyProperty IndeterminateSourceProperty{ get; };

[WUXC_VERSION_PREVIEW]
{
static Windows.UI.Xaml.DependencyProperty DeterminateSourceProperty{ get; };
static Windows.UI.Xaml.DependencyProperty IndeterminateSourceProperty{ get; };
}

[MUX_PROPERTY_CHANGED_CALLBACK(TRUE)]
[MUX_DEFAULT_VALUE("0.0")]
Expand Down

0 comments on commit aeac5a1

Please sign in to comment.