Skip to content

Commit 1cea018

Browse files
authored
Merge pull request #406 from iNKORE-NET/try-f1x-405
fix: (core/ImageIconSource) incorrect comment update
2 parents 0b5f4c5 + b3fbd52 commit 1cea018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)