Browse Source

[Image] Measure is triggered when source or stretch property is changed.

pull/1922/head
Dan Walmsley 7 years ago
parent
commit
63928f6242
  1. 1
      src/Avalonia.Controls/Image.cs

1
src/Avalonia.Controls/Image.cs

@ -26,6 +26,7 @@ namespace Avalonia.Controls
static Image()
{
AffectsRender<Image>(SourceProperty, StretchProperty);
AffectsMeasure<Image>(SourceProperty, StretchProperty);
}
/// <summary>

Loading…
Cancel
Save