ImageFieldValue Members
Include Protected Members
Include Inherited Members
A field value class for an ImageField object that represents an IMG tag and specific key attributes for that tag.
The ImageFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ImageFieldValue() | Constructs a new empty instance of a ImageFieldValue object. |
![]() |
ImageFieldValue(String) | Constructs a new instance of a ImageFieldValue object using an <IMG> tag in the inputHTML parameter. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Alignment | Gets or sets the alignment of the Image object in relation to other elements on the Web page. |
![]() |
AlternateText | Gets or sets the alternate text that appears as an image tooltip or when the image is unavailable. |
![]() |
BorderWidth | Gets or sets the width of the border around the image. |
![]() |
Height | Gets or sets the explicit height, in pixels, used to allow a Web browser to scale the image. |
![]() |
HorizontalSpacing | Gets or sets the horizontal spacing, in pixels, on the right and left side of the image. |
![]() |
Hyperlink | Gets or sets the URL for the optional hyperlink on this image. |
![]() |
ImageUrl | Gets or sets the URL of the image for this ImageFieldValue object. |
![]() |
OpenHyperlinkInNewWindow | Gets or sets a Boolean value that determines whether to open an image hyperlink URL in a new window when the link is clicked. |
![]() |
VerticalSpacing | Gets or sets the vertical spacing, in pixels, on the top and bottom of the image. |
![]() |
Width | Gets or sets the explicit width, in pixels, that can be used to allow a Web browser to scale the image. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns an HTML string with an <IMG> tag with properties as they are currently set in this object. (Overrides HtmlTagValue.ToString().) |
Top