Skip to content

Commit b3fbd52

Browse files
committed
fix: (core/ImageIconSource) incorrect comment update
Issue: #405
1 parent 0b5f4c5 commit b3fbd52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/iNKORE.UI.WPF.Modern/Common/ImageIconSource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public ImageIconSource()
2626
Image.SourceProperty.AddOwner(typeof(ImageIconSource));
2727

2828
/// <summary>
29-
/// Gets or sets the URI of the image file to use as the icon.
29+
/// Gets or sets the System.Windows.Media.ImageSource to use as the icon.
3030
/// </summary>
31-
/// <returns>The <see cref="Uri"/> of the image file to use as the icon. The default is <see langword="null"/>.</returns>
31+
/// <returns>The <see cref="System.Windows.Media.ImageSource"/> of the image to use as the icon. The default is <see langword="null"/>.</returns>
3232
public ImageSource ImageSource
3333
{
3434
get => (ImageSource)GetValue(ImageSourceProperty);

0 commit comments

Comments
 (0)