RssImage.

Width Property

Summary

Gets and sets the width of the image.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssImage

Syntax

[DefaultValue(int.MinValue)]
[XmlElement("width")]
public int Width { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
int
GitHub