We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5f4c5 + b3fbd52 commit 1cea018Copy full SHA for 1cea018
source/iNKORE.UI.WPF.Modern/Common/ImageIconSource.cs
@@ -26,9 +26,9 @@ public ImageIconSource()
26
Image.SourceProperty.AddOwner(typeof(ImageIconSource));
27
28
/// <summary>
29
- /// Gets or sets the URI of the image file to use as the icon.
+ /// Gets or sets the System.Windows.Media.ImageSource to use as the icon.
30
/// </summary>
31
- /// <returns>The <see cref="Uri"/> of the image file to use as the icon. The default is <see langword="null"/>.</returns>
+ /// <returns>The <see cref="System.Windows.Media.ImageSource"/> of the image to use as the icon. The default is <see langword="null"/>.</returns>
32
public ImageSource ImageSource
33
{
34
get => (ImageSource)GetValue(ImageSourceProperty);
0 commit comments