Class XhtmlImage
Defines an image used by XHTML(5) clients
public class XhtmlImage
- Inheritance
-
XhtmlImage
- Inherited Members
- Extension Methods
Properties
Height
Gets or sets the height.
public string? Height { get; set; }
Property Value
HeightInPixels
Gets or sets the height in pixels.
public int? HeightInPixels { get; set; }
Property Value
- int?
Location
Gets or sets the location.
public Uri? Location { get; set; }
Property Value
Width
Gets or sets the width.
public string? Width { get; set; }
Property Value
WidthInPixels
Gets or sets the width in pixels.
public int? WidthInPixels { get; set; }
Property Value
- int?