RssImage.

Height Property

Summary

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

Syntax

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

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
int
GitHub