Browse Source

Add comment for default value.

af/octree-no-pixelmap
James Jackson-South 6 years ago
parent
commit
cc46f801d3
  1. 2
      src/ImageSharp/Formats/Gif/GifMetadata.cs

2
src/ImageSharp/Formats/Gif/GifMetadata.cs

@ -36,7 +36,7 @@ namespace SixLabors.ImageSharp.Formats.Gif
/// <summary>
/// Gets or sets the number of times any animation is repeated.
/// <remarks>
/// 0 means to repeat indefinitely, count is set as repeat n-1 times
/// 0 means to repeat indefinitely, count is set as repeat n-1 times. Defaults to 1.
/// </remarks>
/// </summary>
public ushort RepeatCount { get; set; } = 1;

Loading…
Cancel
Save