XhtmlImage Class
Defines an image used by XHTML(5) clients
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["XhtmlImage"] class Type type-node

Syntax

public class XhtmlImage

Properties

Name Property Type Summary
Height string
Gets or sets the height.
HeightInPixels int?
Gets or sets the height in pixels.
Location Uri?
Gets or sets the location.
Width string
Gets or sets the width.
WidthInPixels int?
Gets or sets the width in pixels.

Extension Methods

Name Value Summary
IsAssignableToISerializable<XhtmlImage>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<XhtmlImage>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<XhtmlImage>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.