Table of Contents

Class XhtmlImage

Namespace
Songhay.Models
Assembly
SonghayCore.dll

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

string

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

Uri

Width

Gets or sets the width.

public string? Width { get; set; }

Property Value

string

WidthInPixels

Gets or sets the width in pixels.

public int? WidthInPixels { get; set; }

Property Value

int?